hubotio / hubot

A customizable life embetterment robot.
https://hubotio.github.io/hubot/
MIT License
16.61k stars 3.75k forks source link

irc bot doesn't reply #20

Closed honza closed 12 years ago

honza commented 12 years ago

I can see the bot in the room. When I do:

hubot: image me pony

Hubot receives it ok, but it fails when it tries to send the message back to the room.

Ideas?

honza commented 12 years ago

It replies with:

ERROR: err_notexttosend: hubot No text to send
atmos commented 12 years ago

Hey Honza,

I haven't used the IRC adapter, I think @xpaulbettsx has and said he has some changes coming down the line.

honza commented 12 years ago

Awesome. I'm happy to help debug.

anaisbetts commented 12 years ago

I'll hack on this tonight, see if I can fix the glitches as well as add IDENTIFY support

Paul Betts

SENT FROM MY COMMODORE 64: RESPONSES MAY BE IN ALL CAPS

On Oct 25, 2011, at 13:33, Corey Donohoereply@reply.github.com wrote:

Hey Honza,

I haven't used the IRC adapter, I think @xpaulbettsx has and said he has some changes coming down the line.

Reply to this email directly or view it on GitHub: https://github.com/github/hubot/issues/20#issuecomment-2522612

kennethreitz commented 12 years ago

I got it to run today, but it wasn't pretty — looks like 'user' is undefined in the 'send' method, so I hardcoded the IRC channel, and all was well.

If I knew more CoffeeScript I'd send a pull request with a real fix.

simensen commented 12 years ago

I can confirm that 5b291a1 works.

honza commented 12 years ago

Same here. Thanks @smoak

peterwooley commented 12 years ago

So, this was the fix I was working on, which basically just keeps the user's name in the Robot.User's options. Plus, it might fix a test, if I were able to get the tests running locally.

atmos commented 12 years ago

Fixed in 076420a7dc76

honza commented 12 years ago

@xpaulbettsx Any progress on the IDENTIFY stuff? Thanks

anaisbetts commented 12 years ago

There's a PR for it, waiting on a small change before merging it

Paul Betts

SENT FROM MY COMMODORE 64: RESPONSES MAY BE IN ALL CAPS

On Oct 26, 2011, at 12:16, Honza Pokornyreply@reply.github.com wrote:

@xpaulbettsx Any progress on the IDENTIFY stuff? Thanks

Reply to this email directly or view it on GitHub: https://github.com/github/hubot/issues/20#issuecomment-2534831