mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-24 03:29:28 +01:00
ts6: don't unconditionally apply modes in outgoing sjoin()
This commit is contained in:
parent
63a81b87d8
commit
358e03f6ce
@ -428,7 +428,6 @@ class TS6Protocol(TS6BaseProtocol):
|
||||
|
||||
modestring = args[2:-1] or args[2]
|
||||
parsedmodes = self.irc.parseModes(channel, modestring)
|
||||
self.irc.applyModes(channel, parsedmodes)
|
||||
namelist = []
|
||||
|
||||
# Keep track of other modes that are added due to prefix modes being joined too.
|
||||
|
Loading…
Reference in New Issue
Block a user