This commit is contained in:
reality 2013-11-19 00:16:17 +00:00
parent 1ef1a6cf34
commit 61c4afd8aa

View File

@ -151,6 +151,9 @@ var quotes = function(dbot) {
}
};
this.api['getQuote'].external = true;
this.api['getQuote'].extMap = [ 'key', 'callback' ];
this.listener = function(event) {
if(event.action == 'PRIVMSG') {
if(event.user == 'reality') {