3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 01:09:22 +01:00

nefarious: convert nicks to UID in mode handling

This commit is contained in:
James Lu 2016-04-17 21:26:21 -07:00
parent 1a8652e982
commit fbd71a88f5

View File

@ -938,7 +938,7 @@ class P10Protocol(Protocol):
# <- ABAAA M GL -w
# <- ABAAA M #test +v ABAAB 1460747615
# <- ABAAA OM #test +h ABAAA
target = args[0]
target = self._getUid(args[0])
if utils.isChannel(target):
target = utils.toLower(self.irc, target)