Me once again, who needs help ^^
I've this small script. It works. I replace TEXT with whatever i want the Bot to "react" on.
What i wish is, that Op's can add .. using a trigger like:
!add Blubb ( thats instead of the TEXT ) and the Message ( which should come as a PRIVMSG.
This is what i have ^^
Code: Select all
bind pubm - "*TEXT*" pub_TEXT
proc pub_TEXT {nick uhost hand chan rest} {
putserv "PRIVMSG $chan : Message.."
return 0
}
Thx