forked from GitHub/dbot
qhoops!
This commit is contained in:
parent
a9bae98ae8
commit
a591071b1a
@ -4,12 +4,12 @@ var quotes = function(dbot) {
|
|||||||
this.name = 'quotes';
|
this.name = 'quotes';
|
||||||
this.ignorable = true;
|
this.ignorable = true;
|
||||||
|
|
||||||
|
dbot.sessionData.rmCache = [];
|
||||||
this.quotes = dbot.db.quoteArrs,
|
this.quotes = dbot.db.quoteArrs,
|
||||||
this.addStack = [],
|
this.addStack = [],
|
||||||
this.rmAllowed = true,
|
this.rmAllowed = true,
|
||||||
this.rmCache = dbot.sessionData.rmCache,
|
this.rmCache = dbot.sessionData.rmCache,
|
||||||
this.rmTimer;
|
this.rmTimer;
|
||||||
dbot.sessionData.rmCache = [];
|
|
||||||
|
|
||||||
this.internalAPI = {
|
this.internalAPI = {
|
||||||
// Retrieve a random quote from a given category, interpolating any quote
|
// Retrieve a random quote from a given category, interpolating any quote
|
||||||
|
Loading…
Reference in New Issue
Block a user