/[svn]/ircd-hybrid/branches/8.2.x/src/conf.c
ViewVC logotype

Diff of /ircd-hybrid/branches/8.2.x/src/conf.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2174 by michael, Mon Jun 3 19:45:38 2013 UTC revision 2175 by michael, Mon Jun 3 23:45:39 2013 UTC
# Line 1517  read_conf_files(int cold) Line 1517  read_conf_files(int cold)
1517    snprintf(chanmodes, sizeof(chanmodes), "%s", "beI,k,l,imnprstORS");    snprintf(chanmodes, sizeof(chanmodes), "%s", "beI,k,l,imnprstORS");
1518    add_isupport("CHANNELLEN", NULL, LOCAL_CHANNELLEN);    add_isupport("CHANNELLEN", NULL, LOCAL_CHANNELLEN);
1519    add_isupport("TOPICLEN", NULL, ServerInfo.max_topic_length);    add_isupport("TOPICLEN", NULL, ServerInfo.max_topic_length);
   add_isupport("EXCEPTS", "e", -1);  
   add_isupport("INVEX", "I", -1);  
1520    add_isupport("CHANMODES", chanmodes, -1);    add_isupport("CHANMODES", chanmodes, -1);
1521    
1522    /*    /*
# Line 1631  clear_out_old_conf(void) Line 1629  clear_out_old_conf(void)
1629    /* clean out general */    /* clean out general */
1630    MyFree(ConfigFileEntry.service_name);    MyFree(ConfigFileEntry.service_name);
1631    ConfigFileEntry.service_name = NULL;    ConfigFileEntry.service_name = NULL;
   
   delete_isupport("INVEX");  
   delete_isupport("EXCEPTS");  
1632  }  }
1633    
1634  /* conf_add_class_to_conf()  /* conf_add_class_to_conf()

Legend:
Removed from v.2174  
changed lines
  Added in v.2175

svnadmin@ircd-hybrid.org
ViewVC Help
Powered by ViewVC 1.1.30