updated AUTHORS and cmd_version, cmd_netinfo
authorpk910 <philipp@zoelle1.de>
Sun, 5 Feb 2012 10:55:19 +0000 (11:55 +0100)
committerpk910 <philipp@zoelle1.de>
Sun, 5 Feb 2012 10:55:19 +0000 (11:55 +0100)
AUTHORS
src/bot_NeonServ.c
src/cmd_global_version.c

diff --git a/AUTHORS b/AUTHORS
index b771e569b502bc67d1390016e76d287b2f2dd7e6..c19ce607d26c7956cab6c56f8ef8ac3ef797213c 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -9,6 +9,7 @@ pk910      <neonserv@pk910.de>
 Code Testers:
 TeaTow
 Zer0n
+Phil
 
 Documentation:
 - none -
index 75b1fd7dcf2258f9cc653b0f0cc0b69cfb9bf325..61d41d68a76c0cde2a4f5c4230dfb4d8f230af52 100644 (file)
@@ -217,7 +217,7 @@ static const struct default_language_entry msgtab[] = {
     {"NS_NETINFO_THREADS", "Threads:"},
     {"NS_NETINFO_VERSION", "Version:"},
     {"NS_NETINFO_CODE", "Code:"},
-    {"NS_NETINFO_CODE_VALUE", "%s lines c code (view it at http://git.pk910.de/?p=NeonServV5.git;a=summary)"}, /* {ARGS: 20} */
+    {"NS_NETINFO_CODE_VALUE", "%s lines c code (view it at http://dev.pk910.de/NeonServ)"}, /* {ARGS: 20} */
     {"NS_NETINFO_COMPILER", "Compiler:"},
     {"NS_NETINFO_COMPILER_VALUE", "%s  (%s)"}, /* {ARGS: "GCC 4.4.5", "Sun Sep 18 2011 at 05:21:33 CEST"} */
     {"NS_EXTTOPIC_INVALID_ID", "ADVANCEDTOPIC is enabled and $b%s$b is an invalid TOPIC ID. Valid topic id's are: 1-9"}, /* {ARGS: 10} */
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