aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/admin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/admin.py b/modules/admin.py
index 40a9720b..f7cc3e44 100644
--- a/modules/admin.py
+++ b/modules/admin.py
@@ -119,7 +119,7 @@ class Module(ModuleManager.BaseModule):
hostmask = utils.irc.seperate_hostmask(event["args_split"][2])
nickname = hostmask.nickname
- username = hostmask.usernaame or nickname
+ username = hostmask.username or nickname
realname = nickname
bindhost = hostmask.hostname or None