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

Comparing ircd-hybrid/src/ircd.c (file contents):
Revision 694 by michael, Thu Jun 15 18:18:08 2006 UTC vs.
Revision 695 by michael, Mon Jun 19 10:05:31 2006 UTC

# Line 141 | Line 141 | make_daemon(void)
141  
142   static int printVersion = 0;
143  
144 < struct lgetopt myopts[] = {
144 > static struct lgetopt myopts[] = {
145    {"dlinefile",  &ConfigFileEntry.dlinefile,
146     STRING, "File to use for dline.conf"},
147    {"configfile", &ConfigFileEntry.configfile,
# Line 543 | Line 543 | main(int argc, char *argv[])
543    watch_init();
544  
545    init_auth();          /* Initialise the auth code */
546 <  init_channels();
546 >  channel_init();
547    init_channel_modes();
548    initialize_server_capabs();   /* Set up default_server_capabs */
549  

Diff Legend

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