In my network if I digit /ame hello
Returns in all channels I meet. :
or /me for channel I run that command.<juanamores> /ame hello
* juanamores hello
I tried
Code: Select all
putserv "ame text ..."Neither worked the other command.
Code: Select all
bind pub ato|vn !karaoke karaoke
proc karaoke {nick uhost hand chan text} {
set text "Karaoke starts in your radio."
putserv "ame $text "]
}