diff options
Diffstat (limited to 'src/conf.c')
-rw-r--r-- | src/conf.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -53,6 +53,7 @@ #include "s_misc.h" #include "conf_db.h" #include "conf_class.h" +#include "motd.h" struct config_server_hide ConfigServerHide; @@ -1574,6 +1575,8 @@ clear_out_old_conf(void) } } + motd_clear(); + /* * don't delete the class table, rather mark all entries * for deletion. The table is cleaned up by class_delete_marked. - avalon |