xmppjs / hubot-xmpp

XMPP adapter for Hubot
181 stars 101 forks source link

Hubot sending multiple messages in private chat #69

Closed aergonaut closed 10 years ago

aergonaut commented 10 years ago

I'm currently using hubot-xmpp to use Hubot with Slack, primarily because I want to run Hubot behind our company firewall, and the hubot-slack adapter requires that Hubot be publicly accessible.

Hubot was working just fine, but this evening he for some reason started sending three responses to me in private chat. He doesn't do this in group chat rooms, though, it seems to be just in private chat.

I dunno why this might have started happening, and I'm not really sure where to start investigating. Any ideas?

markstory commented 10 years ago

Did you upgrade or change your bot?

aergonaut commented 10 years ago

No, I actually only just set him up earlier yesterday.— Sent from Mailbox for iPhone

On Fri, Apr 11, 2014 at 6:24 AM, Mark Story notifications@github.com wrote:

Did you upgrade or change your bot?

Reply to this email directly or view it on GitHub: https://github.com/markstory/hubot-xmpp/issues/69#issuecomment-40202619

aergonaut commented 10 years ago

Hmm it seems restarting the Hubot process (with "hubot die") resolved whatever was going on.