This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.
For more information, see this announcement post . Click the X in the top right-corner of this box to dismiss this message.
Help for those learning Tcl or writing their own scripts.
juanamores
Master
Posts: 317 Joined: Sun Mar 15, 2015 9:59 am
Post
by juanamores » Mon May 18, 2015 3:24 am
Is there any way the bot send an /ame to all channels or /me to a specific channel?
In my network if I digit /ame hello
Returns in all channels I meet. :
<juanamores> /ame hello
* juanamores hello
or /me for channel I run that command.
I tried
But it does not work.
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 "]
}
Does not give any error.
If you do not understand my ideas is because I can not think in English, I help me with Google Translate. I only speak Spanish. Bear with me. Thanks
SpiKe^^
Owner
Posts: 831 Joined: Fri May 12, 2006 10:20 pm
Location: Tennessee, USA
Contact:
Post
by SpiKe^^ » Mon May 18, 2015 7:31 am
juanamores
Master
Posts: 317 Joined: Sun Mar 15, 2015 9:59 am
Post
by juanamores » Mon May 18, 2015 9:37 am
Thanks
SpiKe^^ work!
If you do not understand my ideas is because I can not think in English, I help me with Google Translate. I only speak Spanish. Bear with me. Thanks