about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--tooter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tooter.py b/tooter.py
index 2910435..c505836 100644
--- a/tooter.py
+++ b/tooter.py
@@ -111,7 +111,7 @@ if __name__ == "__main__":
                             ],
                         )
                     )
-                _send(irctokens.format("JOIN", channels))
+                _send(irctokens.format("JOIN", [",".join(channels)]))
 
             elif line.command == "INVITE":
                 _send(irctokens.format("JOIN", line.params))