bind pub $trigbind $trigger1 text-1
proc text-1 {n u h c a} {
global channelone channeltwo channelthree channelfour channelfive text2
if {$c == $channelone || $c == $channeltwo || $c == $channelthree || $c == $channelfour || $c == $channelfive} {
puthelp "PRIVMSG $c :$text1"
}
return 0
}
this is to display the rules of the room and this msgs the channel what ever is in $text1 but what i need it to do is do a notice to the nick with whatever is in $text1
$trigbind is the flags the person has to have to use it.. and $trigger1 is the
trigger that activates it..