From 6c337bf1a0a49a97ef11cd764135d46a3e399b07 Mon Sep 17 00:00:00 2001 From: Luke Slater Date: Sat, 10 Mar 2012 15:32:44 +0000 Subject: [PATCH] actually screw it i'll do the requirements thing later --- modules/command.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/command.js b/modules/command.js index 7f27361..ed7451f 100644 --- a/modules/command.js +++ b/modules/command.js @@ -49,9 +49,7 @@ var command = function(dbot) { } }, - 'on': 'PRIVMSG', - - 'requires': [ 'quotes' ] + 'on': 'PRIVMSG' }; };