mirror of
https://github.com/jlu5/PyLink.git
synced 2024-12-26 04:32:51 +01:00
nefarious: convert nicks to UID in mode handling
This commit is contained in:
parent
1a8652e982
commit
fbd71a88f5
@ -938,7 +938,7 @@ class P10Protocol(Protocol):
|
|||||||
# <- ABAAA M GL -w
|
# <- ABAAA M GL -w
|
||||||
# <- ABAAA M #test +v ABAAB 1460747615
|
# <- ABAAA M #test +v ABAAB 1460747615
|
||||||
# <- ABAAA OM #test +h ABAAA
|
# <- ABAAA OM #test +h ABAAA
|
||||||
target = args[0]
|
target = self._getUid(args[0])
|
||||||
if utils.isChannel(target):
|
if utils.isChannel(target):
|
||||||
target = utils.toLower(self.irc, target)
|
target = utils.toLower(self.irc, target)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user