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

Comparing ircd-hybrid/trunk/src/channel_mode.c (file contents):
Revision 1654 by michael, Fri Nov 16 19:39:37 2012 UTC vs.
Revision 1684 by michael, Tue Dec 18 19:34:41 2012 UTC

# Line 889 | Line 889 | chm_except(struct Client *client_p, stru
889  
890    mode_changes[mode_count].letter = c;
891    mode_changes[mode_count].dir = dir;
892 <  mode_changes[mode_count].caps = CAP_EX;
892 >  mode_changes[mode_count].caps = 0;
893    mode_changes[mode_count].nocaps = 0;
894    mode_changes[mode_count].mems = ONLY_CHANOPS;
895    mode_changes[mode_count].id = NULL;
# Line 964 | Line 964 | chm_invex(struct Client *client_p, struc
964  
965    mode_changes[mode_count].letter = c;
966    mode_changes[mode_count].dir = dir;
967 <  mode_changes[mode_count].caps = CAP_IE;
967 >  mode_changes[mode_count].caps = 0;
968    mode_changes[mode_count].nocaps = 0;
969    mode_changes[mode_count].mems = ONLY_CHANOPS;
970    mode_changes[mode_count].id = NULL;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines