This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 1 match

by novastar
Wed Dec 07, 2005 8:51 am
Forum: Scripting Help
Topic: help with a custom aop script i wrote.
Replies: 1
Views: 6808

help with a custom aop script i wrote.

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 ...