hubot-plusplus
hubot-plusplus copied to clipboard
Welcome to Hubot, where the points don't matter
Sometimes, I'd like to nominate multiple `things` for the same reason: ``` @user1 ++, @user2 ++ , @user3 ++ for being awesome users ``` Addressing each one individually is cumbersome,...
We didn't like the term "points" for our channels, so I made it configurable. The commit also improves the formatting of the configuration info in the README. You can see...
Hi, If i intend to change script to add/subtract a input number of score by user, i probably will have to define a change of score, then pretty much the...
regex for thing being upvoted/downvoted is broken. `--` works for special chars & empty strings as well.   Running ver 1.4.0
hubot always responds with for when a reason is given. `thing-- because reason` this throws out `thing has X points for reason` It should be `thing has X points because...
In telegram group chats when the bot can't receive all messages for privacy, you have to write the name of the bot before the command. Like: @botname test++ That results...
I am worried about my slack getting rowdy and ++ing offensive things that then get broadcast via the public API endpoint. Would you guys accept a patch that provides an...
You cannot erase a record of the "thing" if it contains contains the any of the points trigger patterns. If a user enters the command `hubot user -------------------------`, it will...
I've noticed some odd output when querying my hubot instance for help: ``` ++ -- GET http:///shamu/scores[?name=][&direction=][&limit=&l...>] [...] ``` The source of the third line above seems to be [line...