changed Makefile; build all commands as an own file
[NeonServV5.git] / cmd_neonserv_version.c
index 26dce8dbd4a82d263ab62d0d8554bfc8643c7a00..ed33d0980b05c8e95a0a55c1155a46655b021b91 100644 (file)
@@ -1,15 +1,18 @@
 
+#include "cmd_neonserv.h"
+
 /*
 * no args
 */
 
-static CMD_BIND(neonserv_cmd_version) {
+CMD_BIND(neonserv_cmd_version) {
     reply(getTextBot(), user, "\002NeonServ " NEONSERV_VERSION "\002 (%s), written by pk910", (strcmp(revision, "") ? revision : "-"));
     reply(getTextBot(), user, "Build (#%s) %s (%s lines, " COMPILER ")", compilation, creation, codelines);
     reply(getTextBot(), user, "NeonServ source can be found on: http://git.pk910.de/?p=NeonServV5.git");
     //helpers :D
     reply(getTextBot(), user, "special thanks to:");
     reply(getTextBot(), user, "  Zer0n, TeaTow  (testing and ideas current version)");
+    reply(getTextBot(), user, "  Buchman, Zer0n  (translating current version)");
     reply(getTextBot(), user, "  Patschi95, DerGrinch, Darkfly, Zer0n, Buschman  (testing and ideas older versions)");
     reply(getTextBot(), user, "  Buschman, Georg, richard  (translating older versions)");
     reply(getTextBot(), user, "and all the other users that reported all these nasty bugs :D");