summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-04-06 13:14:44 +0200
committerPaul Buetow <paul@buetow.org>2013-04-06 13:14:44 +0200
commitb3a99e6e15af3be25394e66d1138bb2682f565c3 (patch)
tree0206b0018cd075cc8b0d8d4f34a1d27c38598f36 /lang
parent5b7605790328c6c0f473296df444d0f4a79ac779 (diff)
tagging ychat-0.5.5ychat-0.5.5
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";