# | 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"); |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |