1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-07 04:13:13 +02:00
This commit is contained in:
stskeeps
2001-03-02 20:11:09 +00:00
parent bf9dc43e5a
commit 15b1aa89f8
-1
View File
@@ -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);