From d4c3edca0a2cca0c8f2914b09d8a09e297ced5bf Mon Sep 17 00:00:00 2001 From: reality Date: Fri, 19 Feb 2016 19:14:10 +0000 Subject: [PATCH] ffs lol --- modules/warning/warning.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/warning/warning.js b/modules/warning/warning.js index 789f000..bf41fda 100644 --- a/modules/warning/warning.js +++ b/modules/warning/warning.js @@ -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,