From d9f3099b70bffc5aa432e24c15c0743cc0c25e28 Mon Sep 17 00:00:00 2001 From: Luke Slater Date: Fri, 7 Oct 2011 13:04:39 +0100 Subject: [PATCH] thing --- modules/quotes.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/quotes.js b/modules/quotes.js index a93717e..c60efab 100644 --- a/modules/quotes.js +++ b/modules/quotes.js @@ -16,7 +16,7 @@ var quotes = function(dbot) { } }, - '~rmlast': function(data, params) { + /*'~rmlast': function(data, params) { if(rmAllowed == true || data.user == dbot.admin) { var q = data.message.valMatch(/^~rmlast ([\d\w\s]*)/, 2); if(q) { @@ -40,7 +40,7 @@ var quotes = function(dbot) { } else { dbot.say(data.channel, 'No spamming that shit. Try again in a few minutes...'); } - }, + },*/ '~qcount': function(data, params) { var q = data.message.valMatch(/^~qcount ([\d\w\s]*)/, 2);