From 61c4afd8aae7d05dfef386f0e2eeffe72e11db70 Mon Sep 17 00:00:00 2001 From: reality Date: Tue, 19 Nov 2013 00:16:17 +0000 Subject: [PATCH] jaja --- modules/quotes/quotes.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/quotes/quotes.js b/modules/quotes/quotes.js index 3c325d4..53a8ef0 100644 --- a/modules/quotes/quotes.js +++ b/modules/quotes/quotes.js @@ -150,6 +150,9 @@ var quotes = function(dbot) { }); } }; + + this.api['getQuote'].external = true; + this.api['getQuote'].extMap = [ 'key', 'callback' ]; this.listener = function(event) { if(event.action == 'PRIVMSG') {