mirror of
https://github.com/jlu5/PyLink.git
synced 2024-12-24 11:42:51 +01:00
unreal: handle user mode changes via MODE
This commit is contained in:
parent
fc3ee8d402
commit
9a01a5285f
@ -715,9 +715,8 @@ class UnrealProtocol(TS6BaseProtocol):
|
||||
self.updateTS(numeric, channel, their_ts)
|
||||
return {'target': channel, 'modes': parsedmodes, 'channeldata': oldobj}
|
||||
else:
|
||||
log.warning("(%s) received MODE for non-channel target: %r",
|
||||
self.irc.name, args)
|
||||
raise NotImplementedError
|
||||
# User mode change: pass those on to handle_umode2()
|
||||
self.handle_umode2(numeric, 'MODE', args[1:])
|
||||
|
||||
def checkCloakChange(self, uid, parsedmodes):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user