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

Comparing ircd-hybrid/trunk/src/ircd.c (file contents):
Revision 2156 by michael, Fri May 31 20:53:11 2013 UTC vs.
Revision 2159 by michael, Sun Jun 2 18:22:01 2013 UTC

# Line 56 | Line 56
56   #include "mempool.h"
57   #include "hook.h"
58   #include "ircd_getopt.h"
59 #include "message.h"
59   #include "supported.h"
60   #include "watch.h"
61   #include "conf_db.h"
# Line 297 | Line 296 | initialize_global_set_options(void)
296    /* End of global set options */
297   }
298  
300 /* initialize_message_files()
301 *
302 * inputs       - none
303 * output       - none
304 * side effects - Set up all message files needed, motd etc.
305 */
306 static void
307 initialize_message_files(void)
308 {
309  init_isupport();
310 }
311
299   /* initialize_server_capabs()
300   *
301   * inputs       - none
# Line 540 | Line 527 | main(int argc, char *argv[])
527  
528    mp_pool_init();
529    init_dlink_nodes();
530 <  initialize_message_files();
530 >  init_isupport();
531    dbuf_init();
532    hash_init();
533    init_ip_hash_table();      /* client host ip hash table */

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)