incinerate

This commit is contained in:
Luke Slater 2011-09-24 18:49:43 +01:00
parent 1b50f94d8e
commit 234afebf49

View File

@ -65,6 +65,8 @@ var quotes = function(dbot) {
addStack.push(q[1]); addStack.push(q[1]);
rmAllowed = true; rmAllowed = true;
dbot.say(data.channel, 'Quote saved in \'' + q[1] + '\' (' + quotes[q[1]].length + ')'); dbot.say(data.channel, 'Quote saved in \'' + q[1] + '\' (' + quotes[q[1]].length + ')');
} else {
dbot.say(data.channel, 'Invalid syntax, initiate incineration.');
} }
}, },