# whokill.irc by skullY (skully@drpepper.org) # based on chankil.irc by moogy (tuxford@doitnow.com) # and rejectchan.irc by mg (mg@infinity.stf.org) and skullY # Well, mg took moogy's chankil.irc, and modified it to do rejects. This # then made it into skullY's hands, who decided to turn this into a real # script. # Most of this was rewritten by skullY, but most the actuall reject logic # was left in place on the rejectchan alias, which is renamed from massreject. # I just made it easier to check for things such as ircop status. alias whokill { xecho -banner Mass killing, please wait assign whokill $0 if ([$1]) { ^assign message $1- }{ ^assign message $namef() } ^on ^who "* $whokill *" { kill $1 $message } ^on ^315 "% $whokill *" { ^on who -"$whokill *" ^on 315 -"% $whokill *" } ^who $whokill } xecho -banner whokill.irc is now loaded.