I was wondering if anybody can help me with this script i wrote. bind msg - !opme aop_op proc aop_op {nick host hand chan text} { pushmode $chan +o $nick putserv "PRIVMSG $chan :Sure thing $nick." return 0 } putlog "OP Script is loaded succesfully!" I had it working for a little ...