.BANCHO. .FIX. Hide internal channels

This commit is contained in:
Nyo
2016-07-15 11:46:44 +02:00
parent 4560e9d32b
commit b3f50a206d
4 changed files with 11 additions and 14 deletions

View File

@@ -117,7 +117,7 @@ def handle(tornadoRequest):
# Output channels info
for key, value in glob.channels.channels.items():
if value.publicRead == True:
if value.publicRead == True and value.hidden == False:
responseToken.enqueue(serverPackets.channelInfo(key))
# Send friends list