I want this script to don't work in a certain channel, How
do I make that happen? Thanks!
on *:TEXT: *:#: {
if ($me !isop $chan) {
.msg $chan I'm Still not an operator. Go to #Bux for requesting again.
.timer 1 30 .part $chan I'm Still not an operator. Go to #Bux for requesting again.
}
}