mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-14 14:49:21 +01:00
NickAuth: fix previous commit
I'm too used to JavaScript.
This commit is contained in:
parent
8e97ad3707
commit
38b933aee9
@ -126,7 +126,7 @@ class NickAuth(callbacks.Plugin):
|
||||
else:
|
||||
raise KeyError
|
||||
except KeyError:
|
||||
if user === ircdb.users.getUser(msg.prefix):
|
||||
if user == ircdb.users.getUser(msg.prefix):
|
||||
irc.error(_('You have no recognized nick on this '
|
||||
'network.'), Raise=True)
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user