From: Chris Porter Date: Tue, 16 May 2006 16:27:00 +0000 (+0100) Subject: Sigh X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/commitdiff_plain/0a55e401d0e2b58b45e50fd1e7d3d38bdbd7b630?hp=b60e093a476ed89d45ccf248aef950e7a63b711e Sigh --- diff --git a/chandump/chandump.c b/chandump/chandump.c index b992d7ce..8aac35d1 100644 --- a/chandump/chandump.c +++ b/chandump/chandump.c @@ -4,7 +4,7 @@ #include "../channel/channel.h" #include "../lib/version.h" -MODULE_VERSION("$Id") +MODULE_VERSION("$Id: chandump.c 663 2006-05-16 17:27:36Z newserv $") void *dumpsched; diff --git a/channel/channel.c b/channel/channel.c index bd137765..7f0a73e4 100644 --- a/channel/channel.c +++ b/channel/channel.c @@ -13,7 +13,7 @@ #include #include -MODULE_VERSION("$Id") +MODULE_VERSION("$Id: channel.c 663 2006-05-16 17:27:36Z newserv $") #define channelhash(x) (crc32i(x)%CHANNELHASHSIZE) diff --git a/chansearch/chansearch.c b/chansearch/chansearch.c index a871a5e1..b8a0b77b 100644 --- a/chansearch/chansearch.c +++ b/chansearch/chansearch.c @@ -9,7 +9,7 @@ #include -MODULE_VERSION("$Id") +MODULE_VERSION("$Id: chansearch.c 663 2006-05-16 17:27:36Z newserv $") #define MAXTERMS 10 #define MAXMATCHES 500 diff --git a/chanstats/chanstats.c b/chanstats/chanstats.c index 9dd7aaa2..6701e757 100644 --- a/chanstats/chanstats.c +++ b/chanstats/chanstats.c @@ -14,7 +14,7 @@ #include #include -MODULE_VERSION("$Id") +MODULE_VERSION("$Id: chanstats.c 663 2006-05-16 17:27:36Z newserv $") int csext; int sampleindex; diff --git a/control/control.c b/control/control.c index 27882595..ace43b5b 100644 --- a/control/control.c +++ b/control/control.c @@ -26,7 +26,7 @@ #include #include -MODULE_VERSION("$Id"); +MODULE_VERSION("$Id: control.c 663 2006-05-16 17:27:36Z newserv $"); nick *hooknick; diff --git a/geoip/geoip.c b/geoip/geoip.c index b926c392..03adc7c2 100644 --- a/geoip/geoip.c +++ b/geoip/geoip.c @@ -13,7 +13,7 @@ #include "libGeoIP/GeoIP.h" #include "geoip.h" -MODULE_VERSION("$Id") +MODULE_VERSION("$Id: geoip.c 663 2006-05-16 17:27:36Z newserv $") int geoip_totals[COUNTRY_MAX + 1]; int geoip_nickext = -1; diff --git a/irc/irc.c b/irc/irc.c index 38a3ae30..bb3c9501 100644 --- a/irc/irc.c +++ b/irc/irc.c @@ -23,7 +23,7 @@ #include #include -MODULE_VERSION("$Id") +MODULE_VERSION("$Id: irc.c 663 2006-05-16 17:27:36Z newserv $") #define READBUFSIZE 32768 #define MAX_SERVERARGS 20 diff --git a/localuser/localuser.c b/localuser/localuser.c index 039b77bc..22c2b84d 100644 --- a/localuser/localuser.c +++ b/localuser/localuser.c @@ -13,7 +13,7 @@ #include #include -MODULE_VERSION("$Id") +MODULE_VERSION("$Id: localuser.c 663 2006-05-16 17:27:36Z newserv $") int currentlocalunum; UserMessageHandler umhandlers[MAXLOCALUSER+1]; diff --git a/localuser/localuserchannel.c b/localuser/localuserchannel.c index f40debbe..ca2c70a2 100644 --- a/localuser/localuserchannel.c +++ b/localuser/localuserchannel.c @@ -12,7 +12,7 @@ #include #include -MODULE_VERSION("$Id") +MODULE_VERSION("$Id: localuserchannel.c 663 2006-05-16 17:27:36Z newserv $") int handlechannelmsgcmd(void *source, int cargc, char **cargv); int handlechannelnoticecmd(void *source, int cargc, char **cargv); diff --git a/newsearch/newsearch.c b/newsearch/newsearch.c index e6cb40af..8bc184fa 100644 --- a/newsearch/newsearch.c +++ b/newsearch/newsearch.c @@ -10,7 +10,7 @@ #include "../lib/splitline.h" #include "../lib/version.h" -MODULE_VERSION("$Id") +MODULE_VERSION("$Id: newsearch.c 663 2006-05-16 17:27:36Z newserv $") CommandTree *searchTree; diff --git a/nick/nick.c b/nick/nick.c index 8fe636f8..aec9b67a 100644 --- a/nick/nick.c +++ b/nick/nick.c @@ -16,7 +16,7 @@ #include #include -MODULE_VERSION("$Id") +MODULE_VERSION("$Id: nick.c 663 2006-05-16 17:27:36Z newserv $") const flag umodeflags[] = { { 'i', UMODE_INV }, diff --git a/noperserv/noperserv.c b/noperserv/noperserv.c index 29783d34..54b1d933 100644 --- a/noperserv/noperserv.c +++ b/noperserv/noperserv.c @@ -19,7 +19,7 @@ #include #include -MODULE_VERSION("$Id") +MODULE_VERSION("$Id: noperserv.c 663 2006-05-16 17:27:36Z newserv $") #define FLAGBUFLEN 100 diff --git a/noperserv/noperserv_commands.c b/noperserv/noperserv_commands.c index a0bfd8e6..6948ba68 100644 --- a/noperserv/noperserv_commands.c +++ b/noperserv/noperserv_commands.c @@ -13,7 +13,7 @@ #include "../geoip/geoip.h" #include "../lib/version.h" -MODULE_VERSION("$Id") +MODULE_VERSION("$Id: noperserv_commands.c 663 2006-05-16 17:27:36Z newserv $") int controlkill(void *sender, int cargc, char **cargv); int controlopchan(void *sender, int cargc, char **cargv); diff --git a/noperserv/noperserv_fakeuser.c b/noperserv/noperserv_fakeuser.c index 387d11ce..7ba76e86 100644 --- a/noperserv/noperserv_fakeuser.c +++ b/noperserv/noperserv_fakeuser.c @@ -20,7 +20,7 @@ #include #include -MODULE_VERSION("$Id") +MODULE_VERSION("$Id: noperserv_fakeuser.c 663 2006-05-16 17:27:36Z newserv $") /* #define SIT_CHANNEL "#qnet.fakeusers" */ #define KILL_WAIT 10 diff --git a/nterface/nterfacer.c b/nterface/nterfacer.c index ec303f22..6af51996 100644 --- a/nterface/nterfacer.c +++ b/nterface/nterfacer.c @@ -43,7 +43,7 @@ #include "nterfacer.h" #include "logging.h" -MODULE_VERSION("$Id") +MODULE_VERSION("$Id: nterfacer.c 663 2006-05-16 17:27:36Z newserv $") struct service_node *tree = NULL; struct esocket_events nterfacer_events; diff --git a/nterface/nterfacer_chanstats.c b/nterface/nterfacer_chanstats.c index 54035a54..0188dec8 100644 --- a/nterface/nterfacer_chanstats.c +++ b/nterface/nterfacer_chanstats.c @@ -10,7 +10,7 @@ #include "library.h" #include "nterfacer_control.h" -MODULE_VERSION("$Id") +MODULE_VERSION("$Id: nterfacer_chanstats.c 663 2006-05-16 17:27:36Z newserv $") int handle_chanstats(struct rline *li, int argc, char **argv); struct handler *hl = NULL; diff --git a/nterface/nterfacer_control.c b/nterface/nterfacer_control.c index 7211f335..a790cd71 100644 --- a/nterface/nterfacer_control.c +++ b/nterface/nterfacer_control.c @@ -38,7 +38,7 @@ #include "library.h" #include "nterfacer_control.h" -MODULE_VERSION("$Id") +MODULE_VERSION("$Id: nterfacer_control.c 663 2006-05-16 17:27:36Z newserv $") int handle_ison(struct rline *li, int argc, char **argv); int handle_whois(struct rline *li, int argc, char **argv); diff --git a/nterface/nterfacer_country.c b/nterface/nterfacer_country.c index b52a664b..7f42daac 100644 --- a/nterface/nterfacer_country.c +++ b/nterface/nterfacer_country.c @@ -11,7 +11,7 @@ #include "library.h" #include "nterfacer_control.h" -MODULE_VERSION("$Id") +MODULE_VERSION("$Id: nterfacer_country.c 663 2006-05-16 17:27:36Z newserv $") int country_nickext = -1; diff --git a/nterface/nterfacer_relay.c b/nterface/nterfacer_relay.c index 134dad03..701e6734 100644 --- a/nterface/nterfacer_relay.c +++ b/nterface/nterfacer_relay.c @@ -41,7 +41,7 @@ #include "library.h" #include "nterfacer_relay.h" -MODULE_VERSION("$Id") +MODULE_VERSION("$Id: nterfacer_relay.c 663 2006-05-16 17:27:36Z newserv $") struct service_node *node; sstring *ousername, *opassword; diff --git a/nterface/nterfacer_spamscan2.c b/nterface/nterfacer_spamscan2.c index 4f5fdc59..90c4ec4f 100644 --- a/nterface/nterfacer_spamscan2.c +++ b/nterface/nterfacer_spamscan2.c @@ -13,7 +13,7 @@ #include "library.h" #include "nterfacer.h" -MODULE_VERSION("$Id") +MODULE_VERSION("$Id: nterfacer_spamscan2.c 663 2006-05-16 17:27:36Z newserv $") #define ERR_TARGET_NOT_FOUND 0x01 #define ERR_CHANNEL_NOT_REGISTERED 0x02 diff --git a/pqsql/pqsql.c b/pqsql/pqsql.c index d0ab301a..b635e912 100644 --- a/pqsql/pqsql.c +++ b/pqsql/pqsql.c @@ -16,7 +16,7 @@ #include #include -MODULE_VERSION("$Id") +MODULE_VERSION("$Id: pqsql.c 663 2006-05-16 17:27:36Z newserv $") typedef struct pqasyncquery_s { sstring *query; diff --git a/regexgline/regexgline.c b/regexgline/regexgline.c index b83f7a2b..705ae226 100644 --- a/regexgline/regexgline.c +++ b/regexgline/regexgline.c @@ -11,7 +11,7 @@ #include "regexgline.h" #include "../lib/version.h" -MODULE_VERSION("$Id") +MODULE_VERSION("$Id$") typedef struct rg_glinenode { nick *np; diff --git a/server/server.c b/server/server.c index b2e9c60b..6ee5346c 100644 --- a/server/server.c +++ b/server/server.c @@ -17,7 +17,7 @@ #include #include -MODULE_VERSION("$Id") +MODULE_VERSION("$Id: server.c 663 2006-05-16 17:27:36Z newserv $") int findserver(const char *name); void completelink(int servernum); diff --git a/trojanscan/trojanscan.c b/trojanscan/trojanscan.c index a1546b0e..38eacd7b 100644 --- a/trojanscan/trojanscan.c +++ b/trojanscan/trojanscan.c @@ -15,7 +15,7 @@ #include "../lib/strlfunc.h" #include "../lib/version.h" -MODULE_VERSION(TROJANSCAN_VERSION " / $Id") +MODULE_VERSION(TROJANSCAN_VERSION " / $Id: trojanscan.c 663 2006-05-16 17:27:36Z newserv $") void _init() { trojanscan_cmds = newcommandtree();