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 rewt
Sat Mar 24, 2012 12:52 pm
Forum: Eggdrop Help
Topic: Auto-Modifier public commands and channel specification.
Replies: 1
Views: 4203

Auto-Modifier public commands and channel specification.

I have been attempting to set up Auto-Op, Auto-Halfop, Auto-Voice commands and after scrounging through the archive and a little modification I am using the following: bind pub m|m .ao autooppub proc autooppub {nick uhost handle chan arg} { set handle [lindex $arg 0] set hostmask [lindex $arg 1] if ...