Skip to content

Commit

Permalink
Merge pull request thelounge#1379 from thelounge/greenkeeper/irc-fram…
Browse files Browse the repository at this point in the history
…ework-2.9.0

Update irc-framework to the latest version πŸš€
  • Loading branch information
xPaw authored Jul 30, 2017
2 parents 4cf5138 + a470d05 commit 5a31b6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"express": "4.15.3",
"express-handlebars": "3.0.0",
"fs-extra": "4.0.0",
"irc-framework": "2.8.1",
"irc-framework": "2.9.0",
"ldapjs": "1.0.1",
"lodash": "4.17.4",
"moment": "2.18.1",
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/inputs/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ exports.commands = ["list"];

exports.input = function(network, chan, cmd, args) {
network.chanCache = [];
network.irc.list(args);
network.irc.list.apply(network.irc, args);
return true;
};

0 comments on commit 5a31b6b

Please sign in to comment.