View previous topic :: View next topic |
Author |
Message |
Draknon Voice
Joined: 01 Apr 2018 Posts: 30
|
Posted: Fri Apr 06, 2018 8:20 pm Post subject: how do I do an action with tcl? |
|
|
the normal IRC action command is /me .. well..
how do I make that in tcl?
is not correct as it is just a statement.
And I know I didn't write out the whole thing but privmsg is wrong anyway |
|
Back to top |
|
 |
Arnold_X-P Op

Joined: 30 Oct 2006 Posts: 178 Location: DALnet - Trinidad - Beni - Bolivia
|
Posted: Fri Apr 06, 2018 10:38 pm Post subject: Re: how do I do an action with tcl? |
|
|
for actions use;
Code: | putserv "PRIVMSG $chan :\001ACTION asks for help." |
_________________
thanks to that they help, that others learn  |
|
Back to top |
|
 |
Draknon Voice
Joined: 01 Apr 2018 Posts: 30
|
Posted: Fri Apr 06, 2018 11:51 pm Post subject: Re: how do I do an action with tcl? |
|
|
Thanks a lot, I couldn't find that anywhere |
|
Back to top |
|
 |
willyw Owner
Joined: 15 Jan 2009 Posts: 990
|
Posted: Sat Apr 07, 2018 12:19 pm Post subject: Re: how do I do an action with tcl? |
|
|
Draknon wrote: | Thanks a lot, I couldn't find that anywhere |
I gave you a link just the other day.
http://suninet.the-demon.de/
and then:
http://suninet.the-demon.de/a2.htm
Quote: |
The "ACTION" type is what you get when you use the command "/me" in mIRC or BitchX for example.
For example if you want to get "/me feels tired." the syntax would be putserv "PRIVMSG <nickname/channel> :\001ACTION feels tired.".
|
 _________________ For a fun (and popular) Trivia game, visit us at: irc.librairc.net #science-fiction . Over 300K Q & A to play in BogusTrivia ! |
|
Back to top |
|
 |
Draknon Voice
Joined: 01 Apr 2018 Posts: 30
|
Posted: Sat Apr 07, 2018 11:21 pm Post subject: |
|
|
thanks for thinking I also was fluent in mirc language enough to know that the /me would be a CTCP I had no idea it was till I got the \001ACTION command. and again, thanks for the help. |
|
Back to top |
|
 |
willyw Owner
Joined: 15 Jan 2009 Posts: 990
|
Posted: Sat Apr 07, 2018 11:28 pm Post subject: |
|
|
Draknon wrote: | thanks for thinking I also was fluent in mirc language enough to know that the /me would be a CTCP I had no idea it was till I got the \001ACTION command. and again, thanks for the help. |
Oh, I didn't think that at all.
I just knew it was in there, in the material on that web site that I'd given you the link for.
Maybe you didn't really mean, "I couldn't find that anywhere" ? _________________ For a fun (and popular) Trivia game, visit us at: irc.librairc.net #science-fiction . Over 300K Q & A to play in BogusTrivia ! |
|
Back to top |
|
 |
Draknon Voice
Joined: 01 Apr 2018 Posts: 30
|
Posted: Mon Apr 09, 2018 8:17 pm Post subject: |
|
|
Thanks for all the help.. I got it done..  |
|
Back to top |
|
 |
|