From: splidge Date: Thu, 20 Mar 2008 15:59:38 +0000 (+0000) Subject: Bumped version to 1.00-RC3 and disabled some commands. X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/commitdiff_plain/3e224d3f74b7ee19ef87489ef0a44b2aa02a75a9 Bumped version to 1.00-RC3 and disabled some commands. Updated VERSION replies. --- diff --git a/chanserv/chanserv.h b/chanserv/chanserv.h index abb15959..b1d15c83 100644 --- a/chanserv/chanserv.h +++ b/chanserv/chanserv.h @@ -27,7 +27,7 @@ #endif /* Q9 Version */ -#define QVERSION "1.00-RC2" +#define QVERSION "1.00-RC3" /* Mini-hash of known users on channels to make lookups faster; * how big do we make it? */ diff --git a/chanserv/chanservstdcmds.c b/chanserv/chanservstdcmds.c index efddbff3..bb3bb6cd 100644 --- a/chanserv/chanservstdcmds.c +++ b/chanserv/chanservstdcmds.c @@ -212,15 +212,15 @@ int cs_doctcpping(void *source, int cargc, char **cargv) { } int cs_doctcpversion(void *source, int cargc, char **cargv) { - sendnoticetouser(chanservnick, source, "\01VERSION Q9 version %s (Compiled on " __DATE__ ") (C) 2002-3 David Mansell (splidge)\01", QVERSION); - sendnoticetouser(chanservnick, source, "\01VERSION Built on newserv version 1.00. (C) 2002-3 David Mansell (splidge)\01"); + sendnoticetouser(chanservnick, source, "\01VERSION Q9 version %s (Compiled on " __DATE__ ") (C) 2002-8 David Mansell (splidge) and others.\01", QVERSION); + sendnoticetouser(chanservnick, source, "\01VERSION Built on newserv. (C) 2002-8 David Mansell (splidge) and others.\01"); return CMD_OK; } int cs_doversion(void *source, int cargc, char **cargv) { - chanservsendmessage((nick *)source, "Q9 version %s (Compiled on " __DATE__ ") (C) 2002-3 David Mansell (splidge)", QVERSION); - chanservsendmessage((nick *)source, "Built on newserv version 1.00. (C) 2002-3 David Mansell (splidge)"); + chanservsendmessage((nick *)source, "Q9 version %s (Compiled on " __DATE__ ") (C) 2002-8 David Mansell (splidge) and others.", QVERSION); + chanservsendmessage((nick *)source, "Built on newserv. (C) 2002-8 David Mansell (splidge) and others."); return CMD_OK; } diff --git a/chanserv/usercmds/rollbackaccount.c b/chanserv/disabledcmds/rollbackaccount.c similarity index 100% rename from chanserv/usercmds/rollbackaccount.c rename to chanserv/disabledcmds/rollbackaccount.c diff --git a/chanserv/chancmds/rollbackchan.c b/chanserv/disabledcmds/rollbackchan.c similarity index 100% rename from chanserv/chancmds/rollbackchan.c rename to chanserv/disabledcmds/rollbackchan.c