Bot Access List
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 2.0 |
| Scores Submitted | 2 |
| Date Added | May 07, 2007 |
| Last Updated | May 07, 2007 |
| Tags | access |
|
|
Introduction
mIRC Snippet:
Bot Access List
Posted on May 7, 2007 2:40 am
Posted on May 7, 2007 2:40 am
example of this is:
on *:Join:#Channel:{
if ($address == Someone@Something.com) { /mode #Channel +o $nick | /halt }
if ($wildsite == *!*@blah.net) { /mode #Channel +v $nick | /halt }
if ($nick == qwerty) { /mode #Channel +o $nick | /halt }
on *:Join:#Channel:{
if ($address == Someone@Something.com) { /mode #Channel +o $nick | /halt }
if ($wildsite == *!*@blah.net) { /mode #Channel +v $nick | /halt }
if ($nick == qwerty) { /mode #Channel +o $nick | /halt }
mIRC Snippet:
Bot Access List
Posted on May 7, 2007 6:25 am
Posted on May 7, 2007 6:25 am
You do need to post a new snippet to fix a mistake, simply click edit on your snippet page. (There is one over the code box)
mIRC Snippet:
Bot Access List
Posted on May 7, 2007 7:52 am
Posted on May 7, 2007 7:52 am
I would use a seperate list of some sort, ini, txt, hashtable.. You name it.
If not, id use:
if ($istok(address1 address2,$addess($nick,2),32)) {
no /\'s needed
If not, id use:
if ($istok(address1 address2,$addess($nick,2),32)) {
no /\'s needed
mIRC Snippet:
Bot Access List
Posted on May 7, 2007 9:03 am
Posted on May 7, 2007 9:03 am
Another suggestion would simply be the use of /auser or /guser for access levels.
mIRC Snippet:
Bot Access List
Posted on May 9, 2007 4:15 am
Posted on May 9, 2007 4:15 am
Nice Script But Should Edit it 7/10
mIRC Snippet:
Bot Access List
Posted on May 9, 2007 2:05 pm
Posted on May 9, 2007 2:05 pm
1/10, i have coded about 7x better script in 5 minutes, sorry - this is nonsents.
Ill post mine tommorow.
Ill post mine tommorow.
mIRC Snippet:
Bot Access List
Posted on Oct 12, 2007 11:11 pm
Posted on Oct 12, 2007 11:11 pm
Ah, I was such a noob back then, 4 months have gone by, My Scripting isn\'t perfect, But I\'m trying.
mIRC Snippet:
Bot Access List
Posted on Feb 19, 2008 9:34 pm
Posted on Feb 19, 2008 9:34 pm
wheres your snippet Noutrious? have you posted it, would be interested to see it thanks
mIRC Snippet:
Bot Access List
Posted on Feb 19, 2008 9:51 pm
Posted on Feb 19, 2008 9:51 pm
i would just use /auser or /guser








