diff --git a/src/commands/default/comms.py b/src/commands/default/comms.py index 45e3598a29..fa0397292d 100644 --- a/src/commands/default/comms.py +++ b/src/commands/default/comms.py @@ -449,6 +449,7 @@ class CmdCWho(MuxPlayerCommand): if not channel.access(self.caller, "listen"): string = "You can't access this channel." self.msg(string) + return string = "\n{CChannel subscriptions{n" string += "\n{w%s:{n\n" % channel.key conns = PlayerChannelConnection.objects.get_all_connections(channel)