allow Network Services opping themselves and removed an old copyright message
[ircu2.10.12-pk.git] / ircd / ircd.c
index 1147f525ab17b0b909035ed3a2a216b27fb2ade3..f5f0eeb54d513403c0885f549129d52cb851895c 100644 (file)
@@ -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();