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 5347 by michael, Sun Jan 11 12:42:20 2015 UTC vs.
Revision 5392 by michael, Tue Jan 20 13:40:41 2015 UTC

# Line 561 | Line 561 | main(int argc, char *argv[])
561    channel_init();
562    read_links_file();
563    motd_init();
564 +  user_usermodes_init();
565   #ifdef HAVE_LIBGEOIP
566    geoip_ctx = GeoIP_new(GEOIP_MEMORY_CACHE);
567   #endif
# Line 627 | Line 628 | main(int argc, char *argv[])
628      exit(EXIT_FAILURE);
629    }
630  
630  /*
631   * assemble_umode_buffer() has to be called after
632   * reading conf/loading modules.
633   */
634  assemble_umode_buffer();
635
631    write_pidfile(pidFileName);
632  
633    ilog(LOG_TYPE_IRCD, "Server Ready");

Diff Legend

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