Closed ghost closed 12 years ago
Which version of BBot are you using?
@captaintrek: BBot Version 7.3.1 (Oops, I accidently clicked Comment & Close.)
Which part of BBot are you talking about?
When adding factoids, you can go
?add hi:::<ACTION>waves hi to %n!
which will be like saying /me waves to aj00200
As far as the API, there is not a built in method for using the /me command. Is this what you want?
@aj00200: yup.
Hmm, I'll try and work on this.
Ok, great!
I'll take a look at this and see if I can't scrape something together, probably add it as a new module called "actionbot" or something.
UNLESS someone else committed a fix for this.
I just added a fix for this in 93aecc990b. The command exists just under the echo/say command in the Trekbot module.
There is currently no
me
command to send CTCP ACTIONs to a channel. One could dosay ^AACTION yawns^A
, but there should be ame
command so there is an easier way to do it.