forked from GitHub/dbot
ffs lol
This commit is contained in:
parent
c26c776b48
commit
d4c3edca0a
@ -70,7 +70,7 @@ var warning = function(dbot) {
|
||||
if(warnee) {
|
||||
var warns = {};
|
||||
|
||||
dbot.api.users.getUserAlises(warnee.id, function(err, aliases) {
|
||||
dbot.api.users.getUserAliases(warnee.id, function(err, aliases) {
|
||||
var alia = aliases.push(warnee.primaryNick);
|
||||
this.db.search('notifies', {
|
||||
'server': warnee.id,
|
||||
|
Loading…
Reference in New Issue
Block a user