Re-Op Script
on *:DEOP:#:{
if (($opnick == $me) && ($nick != $me)) {
msg chanserv opme $chan
}
}
on a Kick Ban if you have access to the channel.
on *:KICK:#:{
if ($knick == $me) {
/msg chanserv unbanme $chan
/msg chanserv inviteme $chan
/join $chan
}
}
*for some reason it doesn't join unless you have "join on invite" checked in your options. so just double click the channel or whatever.*
another blacklist
on *:text:!blacklist*:*:{
/auser -a black $$2
/notice $me $$2 has been added to my blacklist
}
on *:text:!rblacklist*:*:{
/ruser black $$2
/notice $me $$2 has been removed from my blacklist
}
on black:join:#:{
/kick $chan $nick
/ban $chan $nick $address($nick,3)
/kick $chan $nick
}
i have my topic script already on here. search Topic Script. should be able to find it. that's basically all i use, aside from a few Popup Scripts. Enjoy.