From 928457d6749cb1977e6d8bb6711995e1a287c551 Mon Sep 17 00:00:00 2001 From: pk910 Date: Sun, 5 Feb 2012 11:55:19 +0100 Subject: [PATCH] updated AUTHORS and cmd_version, cmd_netinfo --- AUTHORS | 1 + src/bot_NeonServ.c | 2 +- src/cmd_global_version.c | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/AUTHORS b/AUTHORS index b771e56..c19ce60 100644 --- a/AUTHORS +++ b/AUTHORS @@ -9,6 +9,7 @@ pk910 Code Testers: TeaTow Zer0n +Phil Documentation: - none - diff --git a/src/bot_NeonServ.c b/src/bot_NeonServ.c index 75b1fd7..61d41d6 100644 --- a/src/bot_NeonServ.c +++ b/src/bot_NeonServ.c @@ -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} */ diff --git a/src/cmd_global_version.c b/src/cmd_global_version.c index 5a19764..307e34c 100644 --- a/src/cmd_global_version.c +++ b/src/cmd_global_version.c @@ -24,14 +24,14 @@ 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 -- 2.20.1