mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 02:49:27 +01:00
NickAuth: Don't clear auth when joining unidentified
This commit is contained in:
parent
cb4f5a0a39
commit
7d09f50165
@ -200,9 +200,7 @@ class NickAuth(callbacks.Plugin):
|
||||
user = None
|
||||
|
||||
if user:
|
||||
if account == '*':
|
||||
user.clearAuth()
|
||||
else:
|
||||
if account != '*':
|
||||
user.addAuth(msg.prefix)
|
||||
ircdb.users.setUser(user, flush=False)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user