Commit 1bb3e2ab authored by Nico Schallehn's avatar Nico Schallehn

Ping Pong für AnnC

parent a8646c67
......@@ -78,6 +78,8 @@ function ChatNachricht($text, $admin, $userchange ){
$JamesText= "Hallo ".IDtoUsername($_SESSION['chatuserid'])."!";
else if(preg_match("/warum/i",$text))
$JamesText= "Weil es so ist!";
else if(preg_match("/ping/i",$text))
$JamesText= "Pong!";
else if(preg_match("/Aufgaben/i",$text) OR preg_match("/TODO/i",$text))
$JamesText= "Folgende Sachen habe ich mir notiert:
<ul><li>Autoscrolling abschaltbar</li>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment