X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=blobdiff_plain;f=ircd%2Fircd.c;h=f5f0eeb54d513403c0885f549129d52cb851895c;hp=693ac88e0f68109fcbf1bde830e9411040582392;hb=dfd1ba1a12e57ef10ee82d1e13f45ea5b7fb9c0f;hpb=c3727b053aa20cecf3984cc0c9c23b0140edf52c diff --git a/ircd/ircd.c b/ircd/ircd.c index 693ac88..f5f0eeb 100644 --- a/ircd/ircd.c +++ b/ircd/ircd.c @@ -112,7 +112,7 @@ time_t CurrentTime; /**< Updated every time we leave select( char *configfile = CPATH; /**< Server configuration file */ int debuglevel = -1; /**< Server debug level */ char *debugmode = ""; /**< Server debug level */ -char *dpath = DPATH; /**< Working directory for daemon */ +static char *dpath = DPATH; /**< Working directory for daemon */ static char *dbg_client; /**< Client specifier for chkconf */ static struct Timer connect_timer; /**< timer structure for try_connections() */ @@ -623,7 +623,6 @@ static int set_userid_if_needed(void) { int main(int argc, char **argv) { CurrentTime = time(NULL); printf("Starting IRCu 2.10.12.10 by pk910.\n"); - printf("you are not allowed to use this version without my permission\n"); thisServer.argc = argc; thisServer.argv = argv; thisServer.uid = getuid();