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