Nifty Little Irc "plug-ins" - NBS






 

 

Nifty Little Irc "plug-ins" - NBS

View Full Version : Nifty Little Irc "plug-ins"


Taro
09-Mar-2004, 11:12 PM
These are two little mirc scripts I wrote.
They were designed for NBSDesignz IRC Channels.
Put them in your remote (tools > remote)

;##############################
;# Revenge Join / Kick #
;##############################
;
on *:KICK:#: {
if ($knick == $me) {
/join #
/kick # $nick Don't kick me please =)
}
}

;##############################
;# Kick on DEOP #
;##############################
;
on *:DEOP:#: {
if ($opnick == $me) {
/hop #
/kick # $nick Dont DEOP me please =)
}
}


There ya go m8s =)