From 358e03f6ce7e7b06d859a57ddd18e0f7376ee8d6 Mon Sep 17 00:00:00 2001 From: James Lu Date: Fri, 29 Jul 2016 14:43:05 -0700 Subject: [PATCH] ts6: don't unconditionally apply modes in outgoing sjoin() --- protocols/ts6.py | 1 - 1 file changed, 1 deletion(-) diff --git a/protocols/ts6.py b/protocols/ts6.py index 8d475c8..8f11083 100644 --- a/protocols/ts6.py +++ b/protocols/ts6.py @@ -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.