Use our own hubot-irc fork

This contains a fix for the messageRoom function, among other things.
This commit is contained in:
Basti 2018-05-05 14:42:22 +02:00
parent 4df623fc16
commit 764d6e6e3e
2 changed files with 4 additions and 8 deletions

10
package-lock.json generated
View File

@ -1849,11 +1849,9 @@
} }
}, },
"hubot-irc": { "hubot-irc": {
"version": "0.2.9", "version": "github:67P/hubot-irc#be56bbd3c31cb0370ba7cae84a4b96dfb171916d",
"resolved": "https://registry.npmjs.org/hubot-irc/-/hubot-irc-0.2.9.tgz",
"integrity": "sha1-vy8UXB+mPyHzVhXvyHQ9pTmmkpE=",
"requires": { "requires": {
"irc": "0.5.2", "irc": "github:matrix-org/node-irc#e80eb07dfe2d1da55f3e0c4ac04dca4fbd2757fd",
"log": "1.4.0" "log": "1.4.0"
} }
}, },
@ -2186,9 +2184,7 @@
} }
}, },
"irc": { "irc": {
"version": "0.5.2", "version": "github:matrix-org/node-irc#e80eb07dfe2d1da55f3e0c4ac04dca4fbd2757fd",
"resolved": "https://registry.npmjs.org/irc/-/irc-0.5.2.tgz",
"integrity": "sha1-NxT0doNlqW0LL3dryRFmvrJGS7w=",
"requires": { "requires": {
"iconv": "2.2.3", "iconv": "2.2.3",
"irc-colors": "1.3.3", "irc-colors": "1.3.3",

View File

@ -18,7 +18,7 @@
"hubot-auth": "^1.2.0", "hubot-auth": "^1.2.0",
"hubot-help": "^0.1.1", "hubot-help": "^0.1.1",
"hubot-incoming-webhook": "^1.1.0", "hubot-incoming-webhook": "^1.1.0",
"hubot-irc": "^0.2.9", "hubot-irc": "67P/hubot-irc#dev",
"hubot-kredits": "^2.0.1", "hubot-kredits": "^2.0.1",
"hubot-plusplus": "github:67P/hubot-plusplus#feature/configurable_points_term", "hubot-plusplus": "github:67P/hubot-plusplus#feature/configurable_points_term",
"hubot-read-tweet": "0.0.2", "hubot-read-tweet": "0.0.2",