ext quotecat

This commit is contained in:
reality 2015-02-06 12:40:15 +00:00
parent fc81fc38a1
commit e9e1e61540

View File

@ -156,6 +156,8 @@ var quotes = function(dbot) {
this.api['getQuote'].external = true;
this.api['getQuote'].extMap = [ 'key', 'callback' ];
this.api['getQuoteCategory'].external = true;
this.api['getQuoteCategory'].extMap = [ 'key', 'callback' ];
this.listener = function(event) {
if(event.action == 'PRIVMSG') {