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.