aboutsummaryrefslogtreecommitdiff
path: root/src/core_modules/line_handler/channel.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/core_modules/line_handler/channel.py')
-rw-r--r--src/core_modules/line_handler/channel.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core_modules/line_handler/channel.py b/src/core_modules/line_handler/channel.py
index 0def7828..a343392d 100644
--- a/src/core_modules/line_handler/channel.py
+++ b/src/core_modules/line_handler/channel.py
@@ -115,6 +115,7 @@ def part(events, event):
def handle_324(events, event):
if event["line"].args[1] in event["server"].channels:
channel = event["server"].channels.get(event["line"].args[1])
+ channel.seen_modes = True
modes = event["line"].args[2]
args = event["line"].args[3:]
new_modes = channel.parse_modes(modes, args[:])