mirror of
https://github.com/reality/dbot.git
synced 2024-11-27 22:39:26 +01:00
quotes not name. jesus.
This commit is contained in:
parent
79cf8243a0
commit
27f5ab6f30
@ -102,7 +102,7 @@ var command = function(dbot) {
|
||||
key = dbot.cleanNick(q[1])
|
||||
if(dbot.db.quoteArrs.hasOwnProperty(key) && dbot.moduleNames.include('quotes') &&
|
||||
(dbot.db.ignores.hasOwnProperty(data.user) &&
|
||||
dbot.db.ignores[data.user].include(name)) == false) {
|
||||
dbot.db.ignores[data.user].include('quotes')) == false) {
|
||||
var params = ['~q'];
|
||||
key.split(' ').each((function(word) {
|
||||
this.push(word);
|
||||
|
Loading…
Reference in New Issue
Block a user