diff --git a/src/ircd.c b/src/ircd.c index cfd4c8a03..5a13ddffd 100644 --- a/src/ircd.c +++ b/src/ircd.c @@ -1069,7 +1069,6 @@ int InitwIRCD(argc, argv) exit(1); conf_listen->options |= LISTENER_BOUND; me.umodes = conf_listen->options; - ircd_log("* Bound to %s:%i\n", conf_listen->ip, conf_listen->port); run_configuration(); botmotd = (aMotd *) read_file(BPATH, &botmotd); rules = (aMotd *) read_rules(RPATH);