Commit b84fd7ce authored by Nico Schallehn's avatar Nico Schallehn

bugfix

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