# No Kill Path Script II # converted to 2.2.1 by phone # CONVERTED for ircII2.2 # Version for servers 2.7.1* by Nap@irc # Original script from YeggMan # Simplification by Daemon # Super Simplification by hop # works with only the new kill format. on ^server_notice "% * Notice -- Received KILL*" { hook KILL $8 $10 $12 $13- } on hook "KILL % %.% *" { echo ### server KILL for $1 by $2 } on hook "KILL % % *" { echo ### KILL for $1 by $2 \($4-\) }