GScript Anti-Flood v1.0

By Zsadist on Sep 24, 2007

Simpley put into your bots remotes, load it. And change # to what ever you want your channel to be :)

Comments

Sign in to comment.
jewsus   -  Dec 08, 2007

if ($nick isprotected $chan) {

 Respond  
AnthraX01   -  Dec 08, 2007

mIRC DOES NOT have if-then-else statements to return all of the user chrmodes that are use in UnrealIRCd, you have to specify what char. you are looking for with something like

    if ($left($nick($nick,#).pnick,1) = ~) { return Owner (~) }

Sorry to tell you but

if ($nick == +a) { bleh } 

Does not, and will not ever work.

 Respond  
Zsadist   -  Sep 26, 2007

people....($nick == +a) works. :( So stop complaining. I believe either way if you put this into your bot, and use it. It won\'t affect you

 Respond  
guest598594   -  Sep 25, 2007

but thats for mirc not nickserv, right?

also, cant u do $level($nick) ?

 Respond  
token   -  Sep 25, 2007

try using a .pnick to check the level of the nick.

if ($left($nick($active, $nick).pnick = &)
 Respond  
guest598594   -  Sep 25, 2007

correct me if im wrong, but i believe isprotect refers to /protect used in mirc, which when someone kicks a protectected user, it like kicks them or w/e

 Respond  
guest598594   -  Sep 25, 2007

correct me if im wrong, but i believe isprotect refers to /protect used in mirc, which when someone kicks a protectected user, it like kicks them or w/e

 Respond  
Zsadist   -  Sep 25, 2007

($nick isowner $chan) does exist. Look it up :)

 Respond  
AoRaToS   -  Sep 25, 2007

($nick == +a) will not work unless the user\'s nick is +a, that comparisson means: IF nick EQUALS +a, it has othing to do with his mode in a channel.($nick isprotect #) won\'t work either because isprotect means the nick is in the mIRC protect list (right click anyone on the nicklist and choose info,go to control and from the dropdown choose protect) if the nick is in that list for that channel isprotect will work, i\'s like the aop.($nick isowner $chan) doesn\'t exist and so will not work!

 Respond  
Zsadist   -  Sep 25, 2007

it\'s fine. Becuse sometimes isprotect does not work. And the owner is so you do not accidently kban the owner of the chan lol. Other than that, what do you think?

 Respond  
napa182   -  Sep 25, 2007

oops long space for some reason on the

 ($nick isprotect #)
 Respond  
napa182   -  Sep 25, 2007

cant you just use

if (($nick isop #) || ($nick ishop #)) { 

and on the +a you can use

 ($nick isprotect   #) 

i dont know if there is a ($nick isowner $chan) identifier i dont see one but who knows lol
and maybe set it up so you can add diff channels you want it to work on eh just a thought...Oh and nice work btw

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.