From 3a2692c29215eb6a70daa69f2d0e8b23fcfcac6d Mon Sep 17 00:00:00 2001 From: lukas9950 Date: Wed, 2 Nov 2011 01:27:54 +0100 Subject: [PATCH] changed cmd_version informations --- configure.in | 2 +- src/modcmd.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 4b92a88..9540a00 100644 --- a/configure.in +++ b/configure.in @@ -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 diff --git a/src/modcmd.c b/src/modcmd.c index 290d75c..3d57da6 100644 --- a/src/modcmd.c +++ b/src/modcmd.c @@ -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; } -- 2.20.1