summaryrefslogtreecommitdiff
path: root/src/ircd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ircd.c')
-rw-r--r--src/ircd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ircd.c b/src/ircd.c
index 1aedb1d..9d4d716 100644
--- a/src/ircd.c
+++ b/src/ircd.c
@@ -544,6 +544,7 @@ main(int argc, char *argv[])
initialize_server_capabs(); /* Set up default_server_capabs */
initialize_global_set_options();
channel_init();
+ read_links_file();
motd_init();
#ifdef HAVE_LIBGEOIP
geoip_ctx = GeoIP_new(GEOIP_MEMORY_CACHE);