xmppjs / hubot-xmpp

XMPP adapter for Hubot
180 stars 103 forks source link

Make commands work without hubot prefix or alias in direct chat #89

Closed anupdhml closed 9 years ago

anupdhml commented 9 years ago

As discussed in https://github.com/markstory/hubot-xmpp/issues/85, this adds the hubot name to private messages to make commands work without having to prefix the messages with hubot name or alias.

Available as an option and the default behavior is the old one.

markstory commented 9 years ago

A new config option seems like a good idea in case someone is relying on /^command somewhere.