/[svn]/ircd-hybrid/trunk/src/conf.c
ViewVC logotype

Diff of /ircd-hybrid/trunk/src/conf.c

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

revision 8458 by michael, Sat Mar 31 15:34:53 2018 UTC revision 8468 by michael, Tue Apr 3 11:23:28 2018 UTC
# Line 1091  read_conf_files(int cold) Line 1091  read_conf_files(int cold)
1091    snprintf(chanlimit, sizeof(chanlimit), "#:%u",    snprintf(chanlimit, sizeof(chanlimit), "#:%u",
1092             ConfigChannel.max_channels);             ConfigChannel.max_channels);
1093    isupport_add("CHANLIMIT", chanlimit, -1);    isupport_add("CHANLIMIT", chanlimit, -1);
1094    snprintf(chanmodes, sizeof(chanmodes), "%s", "beI,k,l,cimnprstuCLMORST");    snprintf(chanmodes, sizeof(chanmodes), "%s", "beI,k,l,cimnprstuCLMNORST");
1095    isupport_add("CHANNELLEN", NULL, CHANNELLEN);    isupport_add("CHANNELLEN", NULL, CHANNELLEN);
1096    isupport_add("TOPICLEN", NULL, ConfigServerInfo.max_topic_length);    isupport_add("TOPICLEN", NULL, ConfigServerInfo.max_topic_length);
1097    isupport_add("CHANMODES", chanmodes, -1);    isupport_add("CHANMODES", chanmodes, -1);

Legend:
Removed from v.8458  
changed lines
  Added in v.8468

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