aj00200 / BBot

BBot is a Python IRC bot which aims to be fast, modular, and offer a great API!
http://www.aj00200.org/projects/bbot/index.htm
7 stars 4 forks source link

No 'me' command #10

Closed ghost closed 12 years ago

ghost commented 13 years ago

There is currently no me command to send CTCP ACTIONs to a channel. One could do say ^AACTION yawns^A, but there should be a me command so there is an easier way to do it.

teward commented 13 years ago

Which version of BBot are you using?

ghost commented 13 years ago

@captaintrek: BBot Version 7.3.1 (Oops, I accidently clicked Comment & Close.)

aj00200 commented 13 years ago

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?

ghost commented 13 years ago

@aj00200: yup.

Kudu commented 13 years ago

Hmm, I'll try and work on this.

aj00200 commented 13 years ago

Ok, great!

teward commented 12 years ago

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.

aj00200 commented 12 years ago

I just added a fix for this in 93aecc990b. The command exists just under the echo/say command in the Trekbot module.