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 commands /ame or /me

Help for those learning Tcl or writing their own scripts.
Post Reply
j
juanamores
Master
Posts: 317
Joined: Sun Mar 15, 2015 9:59 am

Help commands /ame or /me

Post by juanamores »

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

Code: Select all

putserv "ame text ..."
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 :)
User avatar
SpiKe^^
Owner
Posts: 831
Joined: Fri May 12, 2006 10:20 pm
Location: Tennessee, USA
Contact:

Post by SpiKe^^ »

SpiKe^^

Get BogusTrivia 2.06.4.7 at www.mytclscripts.com
or visit the New Tcl Acrhive at www.tclarchive.org
.
j
juanamores
Master
Posts: 317
Joined: Sun Mar 15, 2015 9:59 am

Post by juanamores »

SpiKe^^ wrote:Try this -> http://tclhelp.net/#faqaction
Thanks SpiKe^^ work! :D
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 :)
Post Reply