-
Notifications
You must be signed in to change notification settings - Fork 21
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
Not working with hipchat/hubot-hipchat #2
Comments
We use the plugin with hipchat actually and it seems to be working. That said, hipchat nickname resolution has been changing a lot lately, and it is a pain in the ass to deal with, especially when you change the nickname (XMPP binding doesn't get the update). Try 'BartekNowotarski is a member of test' instead? |
Unfortunatelly, it's not helping:
|
try with a space between first and last? If it doesn't help, clear the hubot's redis database to start over. This kind of name unmatch has happened a couple of times for me too and it required manual resolution. This is ultimately a problem with hubot-hipchat binding, since my code doesn't deal with that at all :/ |
I changed message when bot receives 'next' command and it seems that
|
Guess it's related to the issue I reported a while ago for hubot-hipchat: If I remember correctly, It happens when you change your nickname after you let the hubot bot sign in to the network. the solution is to manually munge the redis data or clear it to start over :/ |
Hmm, the case is I didn't changed my nickname since I can remember and I started playing with hubot-standup yesterday ;). |
well, try dumping the redis storage and messing with the msg.message object then - clearly your The workaround, if you don't have time to mess with possible hubot-hipchat bugs, is to use the |
Seems not to be working with https://github.com/hipchat/hubot-hipchat.
I've found information that
robot.usersForFuzzyName
moved torobot.brain.usersForFuzzyName
but changing it does not help.The text was updated successfully, but these errors were encountered: