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 |
/* |
/* |
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() |