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.

looking for simple script

Old posts that have not been replied to for several years.
Locked
D
Dee^^_^^

Post by Dee^^_^^ »

i would like a simple script to tell channel rules
typing !rules bot would notice the nick rules
the ones i have found here dont seem to do that
thanks
Dee
User avatar
Souperman
Halfop
Posts: 69
Joined: Sat Feb 02, 2002 8:00 pm
Location: Cape Town, South Africa
Contact:

Post by Souperman »

Not tested, but should work.

Code: Select all

bind pub - !rules pub:showrules

proc pub:showrules {nick host hand chan text} {
 puthelp "NOTICE $nick :Hi $nick, welcome to $chan. Our rules are bla bla bla bla."
}
Locked