3
0
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:
James Lu 2016-07-29 14:43:05 -07:00
parent 63a81b87d8
commit 358e03f6ce

View File

@ -428,7 +428,6 @@ class TS6Protocol(TS6BaseProtocol):
modestring = args[2:-1] or args[2] modestring = args[2:-1] or args[2]
parsedmodes = self.irc.parseModes(channel, modestring) parsedmodes = self.irc.parseModes(channel, modestring)
self.irc.applyModes(channel, parsedmodes)
namelist = [] namelist = []
# Keep track of other modes that are added due to prefix modes being joined too. # Keep track of other modes that are added due to prefix modes being joined too.