Use custom hubot-plusplus with points-term config
This commit is contained in:
parent
e4d228ee86
commit
945a5900de
8
package-lock.json
generated
8
package-lock.json
generated
@ -2913,9 +2913,7 @@
|
||||
}
|
||||
},
|
||||
"hubot-plusplus": {
|
||||
"version": "1.4.0",
|
||||
"resolved": "https://registry.npmjs.org/hubot-plusplus/-/hubot-plusplus-1.4.0.tgz",
|
||||
"integrity": "sha1-dq+hZsYNwGhDdDTtyeMd7dw04e0=",
|
||||
"version": "github:67P/hubot-plusplus#94fc81486c8bbfc27ceb056ef79ff81dad829bb2",
|
||||
"requires": {
|
||||
"clark": "0.0.6",
|
||||
"coffee-script": "1.6.3",
|
||||
@ -2953,7 +2951,7 @@
|
||||
}
|
||||
},
|
||||
"hubot-rss-reader": {
|
||||
"version": "git://github.com/67P/hubot-rss-reader.git#48a5bbdd4ee70850ce39288033704c003a5790fd",
|
||||
"version": "github:67P/hubot-rss-reader#48a5bbdd4ee70850ce39288033704c003a5790fd",
|
||||
"requires": {
|
||||
"async": "0.9.2",
|
||||
"bluebird": "3.5.1",
|
||||
@ -2982,7 +2980,7 @@
|
||||
}
|
||||
},
|
||||
"hubot-seen": {
|
||||
"version": "git+https://github.com/67P/hubot-seen.git#aa2c24194fe6825faaecca4b92b4b17fb7eeaacf",
|
||||
"version": "github:67P/hubot-seen#aa2c24194fe6825faaecca4b92b4b17fb7eeaacf",
|
||||
"requires": {
|
||||
"coffee-script": "1.6.3",
|
||||
"timeago": "0.1.0"
|
||||
|
@ -20,13 +20,13 @@
|
||||
"hubot-incoming-webhook": "^1.0.1",
|
||||
"hubot-irc": "^0.2.9",
|
||||
"hubot-kredits": "^1.6.0",
|
||||
"hubot-plusplus": "^1.1.5",
|
||||
"hubot-plusplus": "github:67P/hubot-plusplus#feature/configurable_points_term",
|
||||
"hubot-read-tweet": "0.0.2",
|
||||
"hubot-redis-brain": "0.0.2",
|
||||
"hubot-rss-reader": "git://github.com/67P/hubot-rss-reader.git#v0.8.3",
|
||||
"hubot-rss-reader": "github:67P/hubot-rss-reader#v0.8.3",
|
||||
"hubot-rules": "^0.1.0",
|
||||
"hubot-scripts": "^2.5.16",
|
||||
"hubot-seen": "https://github.com/67P/hubot-seen.git#fix_debug",
|
||||
"hubot-seen": "github:67P/hubot-seen#fix_debug",
|
||||
"hubot-shipit": "^0.2.0",
|
||||
"hubot-tell": "^1.2.3",
|
||||
"hubot-yubikey-invalidation": "0.0.3",
|
||||
|
4
run.sh
4
run.sh
@ -1,5 +1,4 @@
|
||||
# cp ~/src/remotestorage/modules/src/chat-messages.js ~/src/kosmos/hubot-remotestorage-logger/lib/chat-messages.es6
|
||||
# rm -rf node_modules/hubot-openassets
|
||||
rm -rf node_modules/hubot-plusplus
|
||||
# npm install
|
||||
|
||||
PORT=8888 \
|
||||
@ -13,6 +12,7 @@ HUBOT_RSS_PRINTERROR="false" \
|
||||
HUBOT_RSS_IRCCOLORS="true" \
|
||||
HUBOT_RSS_HEADER="Update:" \
|
||||
HUBOT_AUTH_ADMIN="bkero,derbumi,galfert,gregkare,slvrbckt,raucao" \
|
||||
HUBOT_PLUSPLUS_POINTS_TERM='karma,karma' \
|
||||
LOG_HTTP_PORT=7000 \
|
||||
LOG_STEALTH="true" \
|
||||
WEBHOOK_TOKEN="kosmosplusplus" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user