Hi, I'm interested in this script as we have ppl coming into our channel that are in, bad channels. WE would like to have X ban them to keep them out. I'm a novice at scripting and can use all the help I can get. Thanks you!

simo  -  Jul 26, 2017

you could try changing :

alias checkbchan {
mode $2 +b $address($1,2)
if ($1 ison $2) { kick $2 $1 $3- }
}

To:

alias checkbchan {
.msg X ban $2 $address($1,2)
if ($1 ison $2) { .msg X kick $2 $1 $3- }
}

Let me know if that works.

Sign in to comment

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.