This commit is contained in:
flash 2020-11-15 00:32:04 +00:00
parent cc9cd4d9ef
commit 0abe7488ca

View file

@ -229,6 +229,9 @@ class CustomAJAXChat extends AJAXChat {
$channels[$channel['id']] = $channel['name'];
}*/
if($this->isLoggedIn())
$channels[9001] = 'Secret';
return $channels;
}