Stud.IP  2.0 Revision 48548
 All Data Structures Namespaces Files Functions Variables Pages
chat_client.php File Reference

Namespaces

namespace  Chat

Functions

 printJs ($code)
 fullNick ($userid)
 chatSystemMsg ($msg)
 chatCommand_color ($msgStr)
 chatCommand_quit ($msgStr)
 chatCommand_me ($msgStr)
 chatCommand_help ($msgStr)
 chatCommand_private ($msgStr)
 chatCommand_kick ($msgStr)
 chatCommand_sms ($msgStr)
 chatCommand_invite ($msgStr)
 chatCommand_password ($msgStr)
 chatCommand_lock ($msgStr)
 chatCommand_unlock ($msgStr)
 chatCommand_log ($msgStr)
 chatCommand ($msg)
 outputLoop ($chatid)
 chatLogout ()

Variables

const CLOSE_ON_LOGIN_SCREEN = true
 if (!$CHAT_ENABLE) = $GLOBALS['ASSETS_URL'] $GLOBALS['ASSETS_URL']
 $chatServer = ChatServer::GetInstance($CHAT_SERVER_NAME)
 $userQuit = false
 $userid = $user->id
 $chat_log = array()

Function Documentation

chatCommand (   $msg)

Here is the call graph for this function:

Here is the caller graph for this function:

chatCommand_color (   $msgStr)

Here is the call graph for this function:

chatCommand_help (   $msgStr)

Here is the call graph for this function:

chatCommand_invite (   $msgStr)

Here is the call graph for this function:

chatCommand_kick (   $msgStr)

Here is the call graph for this function:

Here is the caller graph for this function:

chatCommand_lock (   $msgStr)

Here is the call graph for this function:

chatCommand_log (   $msgStr)

Here is the call graph for this function:

Here is the caller graph for this function:

chatCommand_me (   $msgStr)

Here is the call graph for this function:

chatCommand_password (   $msgStr)

Here is the call graph for this function:

Here is the caller graph for this function:

chatCommand_private (   $msgStr)

Here is the call graph for this function:

chatCommand_quit (   $msgStr)

Here is the call graph for this function:

chatCommand_sms (   $msgStr)

Here is the call graph for this function:

chatCommand_unlock (   $msgStr)

Here is the call graph for this function:

chatLogout ( )
chatSystemMsg (   $msg)

Here is the call graph for this function:

Here is the caller graph for this function:

fullNick (   $userid)

Here is the caller graph for this function:

outputLoop (   $chatid)

Here is the call graph for this function:

printJs (   $code)

Here is the caller graph for this function:

Variable Documentation

$chat_log = array()
$chatServer = ChatServer::GetInstance($CHAT_SERVER_NAME)
$userid = $user->id
$userQuit = false
const CLOSE_ON_LOGIN_SCREEN = true

Close the actual window if PHPLib shows login screen CLOSE_ON_LOGIN_SCREEN

if(!$chatServer->isActiveUser($user->id, $chatid)) = $GLOBALS['ASSETS_URL'] $GLOBALS['ASSETS_URL']