Commit b84fd7ce authored by Nico Schallehn's avatar Nico Schallehn

bugfix

parent 58c63acd
...@@ -40,10 +40,10 @@ function ChatNachricht($text, $admin, $userchange ){ ...@@ -40,10 +40,10 @@ function ChatNachricht($text, $admin, $userchange ){
if ((trim($text) == "/Komandos") OR (trim($text) == "/Befehle") OR (trim($text) == "/commands")){ if ((trim($text) == "/Komandos") OR (trim($text) == "/Befehle") OR (trim($text) == "/commands")){
$privateAntwort =true; $privateAntwort =true;
$JamesText = "Folgende Befehle unterstützt dieser Chat: $JamesText = "Folgende Befehle unterstützt dieser Chat:
<li> <ul>
<ul>/w [Username]:[Nachricht] - sendet eine private Nachricht (/p ist alias)</ul> <li>/w [Username]:[Nachricht] - sendet eine private Nachricht (/p ist alias)</li>
<ul>/commands - gibt diese Hilfe aus</ul> <li>/commands - gibt diese Hilfe aus</li>
</li>"; </ul>";
} }
if ($privateAntwort){ if ($privateAntwort){
......
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