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