mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 02:49:27 +01:00
NickAuth: Fix argument order in @remove. Closes GH-530.
This commit is contained in:
parent
162b9ef709
commit
47409b11a0
@ -94,7 +94,7 @@ class NickAuth(callbacks.Plugin):
|
||||
"""
|
||||
network = network.network or irc.network
|
||||
user = user or ircdb.users.getUser(msg.prefix)
|
||||
self._check_auth(user, irc, msg)
|
||||
self._check_auth(irc, msg, user)
|
||||
try:
|
||||
user.removeNick(network, nick)
|
||||
except KeyError:
|
||||
|
Loading…
Reference in New Issue
Block a user