From e9e1e6154077242655f0c681e25948e5855233cb Mon Sep 17 00:00:00 2001 From: reality Date: Fri, 6 Feb 2015 12:40:15 +0000 Subject: [PATCH] ext quotecat --- modules/quotes/quotes.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/quotes/quotes.js b/modules/quotes/quotes.js index 66d565f..459d163 100644 --- a/modules/quotes/quotes.js +++ b/modules/quotes/quotes.js @@ -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') {