mirror of
https://github.com/reality/dbot.git
synced 2024-11-23 20:39:25 +01:00
qhoops!
This commit is contained in:
parent
a9bae98ae8
commit
a591071b1a
@ -4,12 +4,12 @@ var quotes = function(dbot) {
|
||||
this.name = 'quotes';
|
||||
this.ignorable = true;
|
||||
|
||||
dbot.sessionData.rmCache = [];
|
||||
this.quotes = dbot.db.quoteArrs,
|
||||
this.addStack = [],
|
||||
this.rmAllowed = true,
|
||||
this.rmCache = dbot.sessionData.rmCache,
|
||||
this.rmTimer;
|
||||
dbot.sessionData.rmCache = [];
|
||||
|
||||
this.internalAPI = {
|
||||
// Retrieve a random quote from a given category, interpolating any quote
|
||||
|
Loading…
Reference in New Issue
Block a user