aboutsummaryrefslogtreecommitdiff
path: root/modules/line_handler/channel.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/line_handler/channel.py')
-rw-r--r--modules/line_handler/channel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/line_handler/channel.py b/modules/line_handler/channel.py
index ad8edf71..6976fcc1 100644
--- a/modules/line_handler/channel.py
+++ b/modules/line_handler/channel.py
@@ -29,7 +29,7 @@ def handle_333(events, event):
def handle_353(event):
channel = event["server"].channels.get(event["args"][2])
- nicknames = event["args"].get(3).split()
+ nicknames = event["args"].get(3).split(" ")
for nickname in nicknames:
modes = set([])