mirror of
https://github.com/reality/dbot.git
synced 2024-12-24 19:52:36 +01:00
qsearch
This commit is contained in:
parent
a5960b8daf
commit
b8a55400bd
@ -51,7 +51,7 @@ var quotes = function(dbot) {
|
|||||||
rmAllowed = false;
|
rmAllowed = false;
|
||||||
dbot.say(data.channel, '\'' + quote + '\' removed from ' + q[1]);
|
dbot.say(data.channel, '\'' + quote + '\' removed from ' + q[1]);
|
||||||
} else {
|
} else {
|
||||||
dbot.say(data.channel, param[1] + ' is locked. Commence incineration.');
|
dbot.say(data.channel, q[1] + ' is locked. Commence incineration.');
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
dbot.say(data.channel, 'No quotes exist under ' + q[1]);
|
dbot.say(data.channel, 'No quotes exist under ' + q[1]);
|
||||||
|
Loading…
Reference in New Issue
Block a user