3
0
mirror of https://github.com/reality/dbot.git synced 2025-01-12 13:12:41 +01:00

actually screw it i'll do the requirements thing later

This commit is contained in:
Luke Slater 2012-03-10 15:32:44 +00:00
parent 34a642228d
commit 6c337bf1a0

View File

@ -49,9 +49,7 @@ var command = function(dbot) {
} }
}, },
'on': 'PRIVMSG', 'on': 'PRIVMSG'
'requires': [ 'quotes' ]
}; };
}; };