Fixed a missing return statement that caused non-superusers to not join default channels.
This commit is contained in:
parent
910fa612c6
commit
bf786705b8
1 changed files with 1 additions and 0 deletions
|
|
@ -115,6 +115,7 @@ class Comm(TypeClass):
|
||||||
Run right before a channel is joined. If this returns a false value,
|
Run right before a channel is joined. If this returns a false value,
|
||||||
channel joining is aborted.
|
channel joining is aborted.
|
||||||
"""
|
"""
|
||||||
|
return True
|
||||||
|
|
||||||
def post_join_channel(self, joiner):
|
def post_join_channel(self, joiner):
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue