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 stephers
Tue Jan 18, 2011 1:13 am
Forum: Scripting Help
Topic: Repeating proc help
Replies: 2
Views: 2908

Repeating proc help

bind pub - !spam pub:!spam proc pub:!spam {nick host handle chan text} { if {[ishalfop $nick $chan] == 1 || [isop $nick $chan] == 1} { #Set the channel to advertise on set channame "#sa" #Set your advertising message set advertmsg "it works" timer 1 msg:chan proc msg:chan {} { g...