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-7.2/src/s_conf.c (file contents):
Revision 58 by michael, Mon Oct 3 12:13:38 2005 UTC vs.
Revision 100 by michael, Sun Oct 9 14:43:13 2005 UTC

# Line 2482 | Line 2482 | read_conf_files(int cold)
2482    add_isupport("CHANLIMIT", chanlimit, -1);
2483    ircsprintf(chanmodes, "%s%s%s", ConfigChannel.use_except ? "e" : "",
2484               ConfigChannel.use_invex ? "I" : "", "b,k,l,imnpst");
2485 <  add_isupport("CHANNELLEN", NULL, CHANNELLEN);
2485 >  add_isupport("CHANNELLEN", NULL, LOCAL_CHANNELLEN);
2486    if (ConfigChannel.use_except)
2487      add_isupport("EXCEPTS", "e", -1);
2488    if (ConfigChannel.use_invex)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines