mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 02:49:27 +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:
|
else:
|
||||||
raise KeyError
|
raise KeyError
|
||||||
except 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 '
|
irc.error(_('You have no recognized nick on this '
|
||||||
'network.'), Raise=True)
|
'network.'), Raise=True)
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user