ON *:TEXT:!*:#: {
tokenize 32 $strip($1-)
var %not_nicks = BlueFireGaminz
if (!$istok(%not_nicks,$nick,32)) && (%commands_not) { msg $chan $nick Sorry WobblerQuote is on Cooldown... Try again in $var(commands_not,1).secs seconds!" | return }
var %not_nicks_onoff = BlueFireGaminz
if ($1 == !off) && ($istok(%not_nicks_onoff,$nick,32)) {
if (%commands) { msg $chan Can't a QuoteBot get any sleep around here? }
elseif (!%commands) { set %commands 1 | msg $chan Sorry WobblerQuote is going to sleep... }
}
if ($1 == !on) && ($istok(%not_nicks_onoff,$nick,32)) {
if (!%commands) { msg $chan Didn't you hear me? Was I not scary enough? }
elseif (%commands) { unset %commands | msg $chan WobblerQuote is BACK! Fear me! FEAR ME!. }
}