mIRC Snippet:
clear bans
Posted on Jan 25, 2008 5:23 pm
Posted on Jan 25, 2008 5:23 pm
if a channel is active, $chan will be filled
mIRC Snippet:
clear bans
Posted on Jan 25, 2008 5:18 pm
Posted on Jan 25, 2008 5:18 pm
isn't $chan $null? it should be /clearbans [chan] and if ($me isop $1) unless ur cheackin if $active ischan
mIRC Snippet:
Anti,Flood
Posted on Jan 25, 2008 5:16 pm
Posted on Jan 25, 2008 5:16 pm
| Code: |
inc -u2 $+(%,flood,.,$nick,.,$wildsite,.,$chan,$cid),2) |
why's there two )'s if there's only one ) ?
mIRC Snippet:
Ultimate mass mode
Posted on Jul 10, 2007 4:15 pm
Posted on Jul 10, 2007 4:15 pm
I like it, it's not like the one i had where you had to be halfop to get it to mass.. :D well done!
mIRC Snippet:
clear bans
Posted on Jun 3, 2007 7:36 am
Posted on Jun 3, 2007 7:36 am
Hey Its Nice 1 i like it and if u want u can load it on ur bot and change little things as example.
on 500:text:!clearbans *:*: {
/clearbans $2
}
alias clearbans {
if ($me isop $1) {
echo $active Clearing bans on $1
var %i = 1, %bans
while (%i <= $ibl($1,0)) {
%bans = %bans $ibl($1,%i)
if ($numtok(%bans,32) == $modespl) {
mode $1 - $+ $str(b,$numtok(%bans,32)) %bans
%bans = ""
}
inc %i
}
if (%bans) mode $1 - $+ $str(b,$numtok(%bans,32)) %bans
}
}
U can change the level thing but its my level on my bot and u can order ur bot from unplace to unban any room he is in even if u order him from pvt >:P
on 500:text:!clearbans *:*: {
/clearbans $2
}
alias clearbans {
if ($me isop $1) {
echo $active Clearing bans on $1
var %i = 1, %bans
while (%i <= $ibl($1,0)) {
%bans = %bans $ibl($1,%i)
if ($numtok(%bans,32) == $modespl) {
mode $1 - $+ $str(b,$numtok(%bans,32)) %bans
%bans = ""
}
inc %i
}
if (%bans) mode $1 - $+ $str(b,$numtok(%bans,32)) %bans
}
}
U can change the level thing but its my level on my bot and u can order ur bot from unplace to unban any room he is in even if u order him from pvt >:P
mIRC Snippet:
Anti,Flood
Posted on May 29, 2007 6:08 pm
Posted on May 29, 2007 6:08 pm
Could anyone so kind as to explain this line of code for me?
inc -u2 $+(%,flood,.,$nick,.,$wildsite,.,$chan,$cid),2)
I've been looking at it and I still can't find the usage of the
" ...),2) "
inc -u2 $+(%,flood,.,$nick,.,$wildsite,.,$chan,$cid),2)
I've been looking at it and I still can't find the usage of the
" ...),2) "
mIRC Snippet:
Anti,Flood
Posted on Apr 27, 2007 7:29 am
Posted on Apr 27, 2007 7:29 am
Well this is a SNIPPET forum. ;)
mIRC Snippet:
Anti,Flood
Posted on Apr 27, 2007 7:13 am
Posted on Apr 27, 2007 7:13 am
Some scripts include an anti-flood as part of the "package" of other things that a script offers. However, you still may get people searching for a better anti-flood snippet. Certainly there are variations in approaches to the coding. The work itself is neat.
mIRC Snippet:
Ultimate mass mode
Posted on Mar 31, 2007 8:27 pm
Posted on Mar 31, 2007 8:27 pm
and modes otherwise you will get a excess flood and the fack that yours uses a goto and does a full nick count makes it slower
mIRC Snippet:
clear bans
Posted on Mar 21, 2007 9:13 pm
Posted on Mar 21, 2007 9:13 pm
Yeah... I know its not a protection script... that wasn't my point.
mIRC Snippet:
clear bans
Posted on Mar 18, 2007 6:53 pm
Posted on Mar 18, 2007 6:53 pm
Its not meant to be a protection. i use it when my channels ban list is getting old and full and want to clear it. The spped of this script is amazing. I also like the fact that it sends the exact amount of -bb and nothing superflous. Having gone on the irc to speak with the author about another script he has made i got the news that he is not with us anymore. so RIP weaver
mIRC Snippet:
clear bans
Posted on Mar 18, 2007 6:37 pm
Posted on Mar 18, 2007 6:37 pm
It's pretty handy if you wish to undertake a mass unban, and aren't too fastidious about who to unban. I guess being careful if somebody has a mass unban protection on a channel otherwise the next address to unban might be your own :P. I do like the script though...
mIRC Snippet:
Ultimate mass mode
Posted on Mar 12, 2007 11:28 am
Posted on Mar 12, 2007 11:28 am
thats alittle sad, the fastest mass script i have used. gr8 code <3
mIRC Snippet:
Ultimate mass mode
Posted on Mar 11, 2007 4:00 pm
Posted on Mar 11, 2007 4:00 pm
It will be the last time i am on here, keep up the good work guys and i <3 you all. great forum to have been part of, and apologies if i offended anyone in my remarks. GOD bless you all
mIRC Snippet:
Ultimate mass mode
Posted on Mar 10, 2007 6:49 pm
Posted on Mar 10, 2007 6:49 pm
code now alot better and more precise, i dont think it can really be done better, if anyone has any suggestions please let me know
mIRC Snippet:
clear bans
Posted on Mar 10, 2007 1:46 pm
Posted on Mar 10, 2007 1:46 pm
Snippet now a few milisecs faster.
mIRC Snippet:
Ultimate mass mode
Posted on Jan 30, 2007 4:43 pm
Posted on Jan 30, 2007 4:43 pm
If they type the command in the channel, '$chan' would have a value. That's from my experience.









