reality add to addStack

This commit is contained in:
Luke Slater 2011-10-06 13:16:35 +01:00
parent 617ce3ca12
commit e4e159b117

View File

@ -117,6 +117,8 @@ var quotes = function(dbot) {
if(once) {
dbot.db.quoteArrs['realityonce'].push('reality ' + once[1] + '.');
addStack.push('realityonce');
rmAllowed = true;
dbot.instance.say(data.channel, '\'reality ' + once[1] + '.\' saved.');
dbot.save();
}