Commit 416f4472 authored by Nico Schallehn's avatar Nico Schallehn

neue Aliase eingebaut

parent 974944b7
...@@ -37,7 +37,11 @@ function ChatNachricht($text, $admin, $userchange ){ ...@@ -37,7 +37,11 @@ function ChatNachricht($text, $admin, $userchange ){
} }
} }
if ((trim($text) == "/Komandos") OR (trim($text) == "/Befehle") OR (trim($text) == "/commands")){ if ((trim(strtolower($text)) == "/komandos") OR
(trim(strtolower($text)) == "/befehle") OR
(trim(strtolower($text)) == "/commands") OR
(trim(strtolower($text)) == "/hilfe")OR
(trim(strtolower($text)) == "/?")){
$privateAntwort =true; $privateAntwort =true;
$JamesText = "Folgende Befehle unterstützt dieser Chat: $JamesText = "Folgende Befehle unterstützt dieser Chat:
<ul> <ul>
......
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