ajacksified / ajacksified/hubot-plusplus

Hook not working

オープン
#49 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
CoffeeScript
スター
63
フォーク
96
PR マージ指標
30日以内にマージされた PR はありません

説明

Am i just stupid or is something wrong...

I'm running this but the messages are never being send...

``` js
module.exports = function (robot) {

robot.on("plus-one", function (plusone) {
var blacklist = ['vim', 'dickbutt', 'something'];

if (blacklist.indexOf( plusone.name) !== -1) {
return robot.reply("Sorry Peon you cant tamper with " + plusone.name);
}
return robot.reply("hey im running last command from" + plusone.from);

});
```

This is with slack adapter if that makes any difference.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。