Here's where I sit right now with this script/snippet. It works, however, my main issue is, I have to add it every time for each separate id#..is there a way to make a text list and have the script call the id# from that list along with the reason?
on *:TEXT:id911:#channel: {
if ($nick isop $chan) { .msg $nick Permanent Ban, joins various blacklisted channels such as #SEXE #cybersex | halt }
else | halt
}
on *:TEXT:id729:#channel: {
if ($nick isop $chan) { .msg $nick Blacklisted Channel #*pedo* | halt }
else | halt
}
Last edited by EasyObserver; 12/01/14 06:25 PM.