summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
Diffstat (limited to 'lang')
-rw-r--r--lang/de10
-rw-r--r--lang/en7
2 files changed, 1 insertions, 16 deletions
diff --git a/lang/de b/lang/de
index 7a1f73f..ae5404b 100644
--- a/lang/de
+++ b/lang/de
@@ -1,11 +1,3 @@
ERRORCMD="<font color=#ff0000>Befehl nicht gefunden!</font><br>";
USERENTR=" betritt den Chat.<br>";
-USERLEAV=" verl&auml;&szlig;t den Chat.<br>";
-
-# Chat-help ( || separiert Befehlssyntax und Befehlsbeschreibung. )
-mods/commands/yc_col.so="/col NICKFARBE TEXTFARBE||Ändern der Farbe";
-mods/commands/yc_me.so="/me AKTIONSTEXT||Schreibt den Text kursiv ( einfarbig )";
-mods/commands/yc_m.so="/m AKTIONSTEXT||Schreibt den Text kursiv ( zweifarbig )";
-mods/commands/yc_version.so="/version||Zeigt die Version des laufenden yChats";
-mods/commands/yc_q.so="/q||Verlassen des Chats";
-
+USERLEAV=" verl&auml;&szlig;t den Chat.<br>"
diff --git a/lang/en b/lang/en
index 9287c76..33e9b52 100644
--- a/lang/en
+++ b/lang/en
@@ -1,10 +1,3 @@
ERRORCMD=" <font color='#FF0000'>No such command!</font><br>";
USERENTR=" enters the chat<br>";
USERLEAV=" leaves the chat<br>";
-
-# Chat-Hilfe ( || seperates command syntax and command description. )
-mods/commands/yc_col.so="/col NICKCOLOR TEXTCOLOR||Changing the color";
-mods/commands/yc_me.so="/me ACTIONTEXT||Writes the text italic ( one color )";
-mods/commands/yc_m.so="/m ACTIONTEXT||Writes the text italic ( two colors )";
-mods/commands/yc_version.so="/version||Shows version of the running yChat";
-mods/commands/yc_q.so="/q||Leaving the chat";