changed cmd_version informations
authorlukas9950 <lukas9950@gmail.com>
Wed, 2 Nov 2011 00:27:54 +0000 (01:27 +0100)
committerlukas9950 <lukas9950@gmail.com>
Wed, 2 Nov 2011 00:27:54 +0000 (01:27 +0100)
configure.in
src/modcmd.c

index 4b92a8856ce9ca677b8398b89133d6c8c2fb9f58..9540a00373dbddae5d06372010055601abca051b 100644 (file)
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to create a configure script.
 dnl General initialization.
 AC_PREREQ(2.64)
 AC_INIT([srvx],[1.4.0-rc3],[srvx-bugs@lists.sourceforge.net])
-CODENAME=surge
+CODENAME=wgn
 AC_CONFIG_HEADERS(src/config.h)
 AC_CONFIG_SRCDIR(src/opserv.c)
 dnl AM_CANONICAL_TARGET must be before AM_INIT_AUTOMAKE() or autoconf whines
index 290d75c75c79ee09c3539f683c53d888f2bb8cef..3d57da679fb5e7da1748595e9970805dd565c1c6 100644 (file)
@@ -1919,7 +1919,7 @@ static MODCMD_FUNC(cmd_version) {
     if (argc > 1)
         send_message_type(4, user, cmd->parent->bot, "%s", git_version);
     else
-        send_message_type(12, user, cmd->parent->bot, "The srvx Development Team includes Paul Chang, Adrian Dewhurst, Miles Peterson, Michael Poole and others.\nThe srvx Development Team can be reached at http://sf.net/projects/srvx/ or in #srvx on irc.gamesurge.net.");
+        send_message_type(12, user, cmd->parent->bot, "The srvx Development Team includes Paul Chang, Adrian Dewhurst, Miles Peterson, Michael Poole and others.\nThe srvx Development Team can be reached at http://sf.net/projects/srvx/ or in #srvx on irc.gamesurge.net.\nThis version has been modified by pk910 - visit #srvx @ irc.webgamesnet.net.");
     return 1;
 }