From a591071b1a8579e9268519867270d4631b5403fc Mon Sep 17 00:00:00 2001 From: reality Date: Tue, 15 Jan 2013 14:51:07 +0000 Subject: [PATCH] qhoops! --- modules/quotes/quotes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/quotes/quotes.js b/modules/quotes/quotes.js index d6fca8c..c2145e1 100644 --- a/modules/quotes/quotes.js +++ b/modules/quotes/quotes.js @@ -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