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-7.3/src/s_conf.c (file contents):
Revision 1147 by michael, Thu Jul 28 20:14:29 2011 UTC vs.
Revision 1153 by michael, Tue Aug 9 19:37:24 2011 UTC

# Line 2458 | Line 2458 | read_conf_files(int cold)
2458    add_isupport("CHANLIMIT", chanlimit, -1);
2459    snprintf(chanmodes, sizeof(chanmodes), "%s%s%s",
2460             ConfigChannel.use_except ? "e" : "",
2461 <           ConfigChannel.use_invex ? "I" : "", "b,k,l,imnpst");
2461 >           ConfigChannel.use_invex ? "I" : "", "b,k,l,imnpstOS");
2462    add_isupport("CHANNELLEN", NULL, LOCAL_CHANNELLEN);
2463  
2464    if (ConfigChannel.use_except)

Diff Legend

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