ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/conf.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/conf.c (file contents):
Revision 2149 by michael, Wed May 29 21:14:02 2013 UTC vs.
Revision 2150 by michael, Fri May 31 18:39:43 2013 UTC

# Line 53 | Line 53
53   #include "s_misc.h"
54   #include "conf_db.h"
55   #include "conf_class.h"
56 + #include "motd.h"
57  
58   struct config_server_hide ConfigServerHide;
59  
# Line 1574 | Line 1575 | clear_out_old_conf(void)
1575      }
1576    }
1577  
1578 +  motd_clear();
1579 +
1580    /*
1581     * don't delete the class table, rather mark all entries
1582     * for deletion. The table is cleaned up by class_delete_marked. - avalon

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines