Channel kicker.

By Zsadist on Oct 15, 2009

Alright. Look. I don't really know why I posted this. IT's simple, but a friend wanted me to make it for him for his channel. I figured, well since I've never made one before, might as well post it. It's really stupid, it checks a joined user if they are in a channel you don't like, and if they are in it, it kbans the person from your channel.

on *:join:#krimsonsky:{ whois $nick } 
raw 319:*:{ checkwhois $1- | return } 
alias checkwhois { if ($1 != $2) && (*#Killumination* iswm $3-) { .cs kickban #krimsonsky $2 kill user detected. | haltdef } else return } 

Comments

Sign in to comment.
Jethro   -  Oct 16, 2009

I don't see a point in using an alias for this.

 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.