Exemple #1
0
 static function getBotSessionCurrentUser($botChannel, $channel)
 {
     if (!isLoggedIn()) {
         return NULL;
     }
     return BotSession::getBotSession($botChannel, $channel, $_SESSION['channel']);
 }