diff --git a/src/comms/comms.py b/src/comms/comms.py index 179e08d1fb..4ac1ad6ffc 100644 --- a/src/comms/comms.py +++ b/src/comms/comms.py @@ -115,6 +115,7 @@ class Comm(TypeClass): Run right before a channel is joined. If this returns a false value, channel joining is aborted. """ + return True def post_join_channel(self, joiner): """