-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
irc bot doesn't reply #20
Comments
It replies with:
|
Hey Honza, I haven't used the IRC adapter, I think @xpaulbettsx has and said he has some changes coming down the line. |
Awesome. I'm happy to help debug. |
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:
|
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. |
I can confirm that 5b291a1 works. |
Same here. Thanks @smoak |
…updates the test user (though, I've been unable to get the tests running on my box).
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. |
Fixed in 076420a |
@xpaulbettsx Any progress on the IDENTIFY stuff? Thanks |
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:
|
feat(hubot): #20 Hubot is blocking people from handling SIGTERM in their code
I can see the bot in the room. When I do:
Hubot receives it ok, but it fails when it tries to send the message back to the room.
Ideas?
The text was updated successfully, but these errors were encountered: