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

Comparing ircd-hybrid/branches/8.2.x/src/conf.c (file contents):
Revision 3421 by michael, Thu Apr 24 16:15:51 2014 UTC vs.
Revision 3422 by michael, Tue Apr 29 17:23:26 2014 UTC

# Line 1484 | Line 1484 | read_conf_files(int cold)
1484             ConfigChannel.max_chans_per_user);
1485    add_isupport("CHANLIMIT", chanlimit, -1);
1486    snprintf(chanmodes, sizeof(chanmodes), "%s", "beI,k,l,imnprstORS");
1487 <  add_isupport("CHANNELLEN", NULL, LOCAL_CHANNELLEN);
1487 >  add_isupport("CHANNELLEN", NULL, CHANNELLEN);
1488    add_isupport("TOPICLEN", NULL, ServerInfo.max_topic_length);
1489    add_isupport("CHANMODES", chanmodes, -1);
1490  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines