mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-23 10:34:19 +01:00
Fix a typo and remove extraneous whitespace
This commit is contained in:
parent
70efdfbea1
commit
9d4b715004
@ -158,7 +158,7 @@ class Note(callbacks.Privmsg):
|
||||
return ircdb.users.getUserId(name)
|
||||
else:
|
||||
try:
|
||||
hostmask = irc.state.nickToHosmtask(name)
|
||||
hostmask = irc.state.nickToHostmask(name)
|
||||
return ircdb.users.getUserId(hostmask)
|
||||
except KeyError:
|
||||
return None
|
||||
|
Loading…
Reference in New Issue
Block a user