From 4d1a12886466ca19fdfecb5548f60198bcb86ab5 Mon Sep 17 00:00:00 2001 From: Brandon Cornejo Date: Thu, 16 Jan 2014 00:39:09 -0600 Subject: [PATCH] Update currency.js --- lib/currency.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/currency.js b/lib/currency.js index feefe1e..58b113e 100644 --- a/lib/currency.js +++ b/lib/currency.js @@ -368,9 +368,6 @@ Currency.prototype.commands = function (data) { } } break; - case '!chatters': - __self.irc.emit('message', {message:__self.pre_text + 'Active chatters: ' + __self.active_list.toString()}); - break; case '!top': __self.get_top(data[4]); break; @@ -522,7 +519,7 @@ Currency.prototype.get_top = function (data) { response += '#'+(i+1)+': ' + rows[i].user + '('+rows[i].points+')'; } } - __self.irc.emit('message', {message:'> Top Potato Farmers: ' + response}); + __self.irc.emit('message', {message:'> Top Farmers: ' + response}); }); // clear flood requests