From 15b1aa89f801a89515976fcab65e0366caebdd71 Mon Sep 17 00:00:00 2001 From: stskeeps Date: Fri, 2 Mar 2001 20:11:09 +0000 Subject: [PATCH] . --- src/ircd.c | 1 - 1 file changed, 1 deletion(-) 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);