Home
last modified time | relevance | path

Searched defs:newmsgline (Results 1 – 1 of 1) sorted by relevance

/plugin/simplechat/
H A Dajax.php20 $newmsgline = ""; variable
23 …$newmsgline = ".\t«".htmlspecialchars($_GET['user'])." ".htmlspecialchars( substr( $msg , 4)… variable
25 …$newmsgline = ".\t«Current server time is ".date('Y-m-d H:i:s')." [".date_default_timezone_g… variable
28 …$newmsgline = ".\t«".htmlspecialchars($_GET['user'])." flips a coin. It is ".$coin[rand(0,1)… variable
32 …$newmsgline = ".\t«".htmlspecialchars($_GET['user'])." rolls a ".rand(1,$dicesides)." out of… variable
42 $newmsgline = htmlspecialchars($_GET['user'])."\t".htmlspecialchars($msg)."\n"; variable
74 $newmsgline = ".\t".htmlspecialchars($_GET['user'])." entered the chat.\n"; variable
80 $newmsgline = ".\t".htmlspecialchars($_GET['user'])." left the chat.\n"; variable