on *:TEXT:!command*:#: { if ($nick == myusername ) { msg # gotta have limitations } }
on *:TEXT:!command*:#: { if ($nick isop #) return msg # moderator only command }
on *:TEXT:!reg add*:#: { if ($nick !isop #) { write reglist.txt $$3 msg $chan $$3 has been added to the regular list! }
on *:TEXT:!to*:#: { if ($read(reglist.txt,nw,$nick)) { msg $chan timing out $$2 for $$3 seconds msg $chan .timeout $$2 $$3 } }