X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fmodcmd.c;h=910e22f27b49e2318a3a5b8eceb7892643eb9076;hb=8f5141d8da271446da910d9c7a5d20ac4a8ebd9a;hp=c8e5128477e2b5f51b497cd185d40680e036bf70;hpb=da8cd3de6f2144016e9eeba741a138c6ac2663a7;p=srvx.git diff --git a/src/modcmd.c b/src/modcmd.c index c8e5128..910e22f 100644 --- a/src/modcmd.c +++ b/src/modcmd.c @@ -1,5 +1,5 @@ /* modcmd.c - Generalized module command support - * Copyright 2002-2006 srvx Development Team + * Copyright 2002-2007 srvx Development Team * * This file is part of srvx. * @@ -1855,7 +1855,7 @@ static MODCMD_FUNC(cmd_version) { * command or its accessibility to normal IRC users, except to add * copyright information pertaining to changes you make to srvx. */ - send_message_type(4, user, cmd->parent->bot, "$b"PACKAGE_STRING"$b ("CODENAME"), Built: "__DATE__", "__TIME__". Copyright 2000-2006 srvx Development Team."); + send_message_type(4, user, cmd->parent->bot, "$b"PACKAGE_STRING"$b ("CODENAME"), Built: "__DATE__", "__TIME__". Copyright 2000-2007 srvx Development Team."); if (argc > 1) send_message_type(4, user, cmd->parent->bot, "%s", GIT_VERSION); else