forked from GitHub/dbot
ext quotecat
This commit is contained in:
parent
fc81fc38a1
commit
e9e1e61540
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user