1 2 3 4 5 6 7 8 9 10
on $*:text:/^\*/:#:{ var %cmd = $mid($1,2) If %cmd == op { if ($readini(stamper.ini, setup, $address($nick, 0)) >= 3) { notice $nick you are not authorized to use this command. else { msg $chan Error. } } } }