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' }; };