forked from GitHub/dbot
incinerate
This commit is contained in:
parent
1b50f94d8e
commit
234afebf49
@ -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.');
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user