mIRC Homepage
Posted By: Hendon Hate list/ Auto Op list. - 17/11/03 08:08 AM
This is what I have here. Any ideas for efficiently implementing the code? I know there are many available out there but I hope you guys have a more "efficient" one. wink

==========================
.Auto Op
..Turn on for $$1 on $chan
..Turn on for $$1 on all channels
..Turn off for $nick on $chan
..Turn off for $nick on all channels
Hate list
..Kick $$1 when seen on $chan
..Kick $$1 when seen on any channel
..KickBan $$1 when seen on $chan
..KickBan $$1 when seen on any channel
=================
Posted By: Othello Re: Hate list/ Auto Op list. - 18/11/03 05:33 AM
As for the Hatelist you could turn it into a blacklist with assorted kicks and bans. Make the bans time bans so you will not fill up the channel ban list. the ban can not be removed from a bkacklist if you have added the nick on your own black list

Copy this into your popup\nicklist [color:red]

Auto Ops %auto.op
.Auto Ops %auto.op: { if ( %auto.op == ON ) { set %auto.op OFF | /.auto OFF | /echo 1 »14»15» 12 Auto Ops 4OFF.... } | else { set %auto.op ON | /.auto ON | /echo 1 »14»15» 12 Auto Ops 4ON.... } }
.-
.Add $$1 to Mirc Auto Ops:.ruser $$1 5 | /auto $$1 # 1 | /echo 1 »14»15» 4 $$1 12has been added to Auto-Op | /.notice $$1 You have been added to my Auto-Ops. | /mode # +o $$1
.-
.Remove $$1 From Auto Ops:.ruser 50 $$1 5 | /auto -r $$1 # 1 | /echo 1 »14»15» 4 $$1 12has been removed from auto op | /.notice $$1 You have been removed from my Auto Op | /mode # -o $$1

[color:green] Copy this in your remotes [color:red]

ON !*:JOIN:#: {
if (( %auto.op == ON ) && ( $nick isauto # )) { mode # +o $$1 }
}
© mIRC Discussion Forums