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

Comparing ircd-hybrid/trunk/src/conf.c (file contents):
Revision 8039 by michael, Tue Mar 14 13:17:52 2017 UTC vs.
Revision 8040 by michael, Sat Mar 18 16:20:24 2017 UTC

# Line 1145 | Line 1145 | read_conf_files(int cold)
1145    snprintf(chanlimit, sizeof(chanlimit), "#:%u",
1146             ConfigChannel.max_channels);
1147    isupport_add("CHANLIMIT", chanlimit, -1);
1148 <  snprintf(chanmodes, sizeof(chanmodes), "%s", "beI,k,l,cimnprstCMORST");
1148 >  snprintf(chanmodes, sizeof(chanmodes), "%s", "beI,k,l,cimnprstuCMORST");
1149    isupport_add("CHANNELLEN", NULL, CHANNELLEN);
1150    isupport_add("TOPICLEN", NULL, ConfigServerInfo.max_topic_length);
1151    isupport_add("CHANMODES", chanmodes, -1);

Diff Legend

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