Typo, 'usernaame' -> 'username'
This commit is contained in:
parent
9124f84e25
commit
5ba3c5d460
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue