updated AUTHORS and cmd_version, cmd_netinfo
[NeonServV5.git] / src / cmd_global_version.c
index 5a1976458940ab816516279bec19db23f19fa583..307e34c299a51a66b71e2b65cc0123614cad05da 100644 (file)
 CMD_BIND(global_cmd_version) {
     reply(getTextBot(), user, "\002NeonServ %s.%d\002 (%s), written by pk910", NEONSERV_VERSION, patchlevel, (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");
+    reply(getTextBot(), user, "NeonServ can be found on: http://dev.pk910.de/NeonServ");
     //helpers :D
     reply(getTextBot(), user, "special thanks to:");
-    reply(getTextBot(), user, "  Zer0n, TeaTow  (testing and ideas current version)");
+    reply(getTextBot(), user, "  Zer0n, TeaTow, Phil  (testing and ideas current version)");
     reply(getTextBot(), user, "  Buschman, Zer0n, Neon  (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");
-    reply(getTextBot(), user, "\002If you found a bug or if you have a good idea report it on http://bugtrack.pk910.de/git_view.php?p=NeonServV5.git\002");
+    reply(getTextBot(), user, "\002If you found a bug or if you have a good idea report it on http://dev.pk910.de/BugTrack\002");
     
 }
\ No newline at end of file