all i want it to do is for example when a user on a channel types !website
the bot reponds with a reply saying "website blah blah"
none of my attempt worked
thanks for any help
Code: Select all
bind pub - !website pub:website
proc pub:website {nick uhost hand chan text} {
putserv "PRIVMSG $chan :website blah blah"
}