updated cmd_version information
authorpk910 <philipp@zoelle1.de>
Mon, 17 Dec 2012 17:28:24 +0000 (18:28 +0100)
committerpk910 <philipp@zoelle1.de>
Mon, 17 Dec 2012 17:28:24 +0000 (18:28 +0100)
src/modules/global.mod/cmd_global_version.c

index da7968bf02dcbc69f4252ec7a53152c386f424ee..9cc3392059a77f9a5d102459710dd076ede47ec0 100644 (file)
@@ -27,10 +27,13 @@ CMD_BIND(global_cmd_version) {
     reply(textclient, user, "NeonServ can be found on: http://dev.pk910.de/NeonServ");
     //helpers :D
     reply(textclient, user, "special thanks to:");
-    reply(textclient, user, "  Zer0n, TeaTow, Phil  (testing and ideas current version)");
-    reply(textclient, user, "  Buschman, Zer0n, Neon  (translating current version)");
-    reply(textclient, user, "  Patschi95, DerGrinch, Darkfly, Zer0n, Buschman  (testing and ideas older versions)");
-    reply(textclient, user, "  Buschman, Georg, richard  (translating older versions)");
+    reply(textclient, user, "  Testing and Ideas:");
+    reply(textclient, user, "    Zer0n, TeaTow, Phil, Stricted");
+    reply(textclient, user, "  Translations:");
+    reply(textclient, user, "    Buschman (de), Zer0n (de), Neon (de), TheFlie (nl), GodsWarriors (pt)");
+    reply(textclient, user, "  Others:");
+    reply(textclient, user, "    Patschi95, DerGrinch, Darkfly, Zer0n, Buschman  (testing and ideas older versions)");
+    reply(textclient, user, "    Buschman, Georg, richard  (translating older versions)");
     reply(textclient, user, "and all the other users that reported all these nasty bugs :D");
     reply(textclient, user, "\002If you found a bug or if you have a good idea report it on http://dev.pk910.de/BugTrack\002");