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

View file

@ -228,7 +228,10 @@ class CustomAJAXChat extends AJAXChat {
foreach($result as $channel) {
$channels[$channel['id']] = $channel['name'];
}*/
if($this->isLoggedIn())
$channels[9001] = 'Secret';
return $channels;
}