summaryrefslogtreecommitdiff
path: root/src/channel_mode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/channel_mode.c')
-rw-r--r--src/channel_mode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/channel_mode.c b/src/channel_mode.c
index de5b014..3dc08d8 100644
--- a/src/channel_mode.c
+++ b/src/channel_mode.c
@@ -889,7 +889,7 @@ chm_except(struct Client *client_p, struct Client *source_p,
mode_changes[mode_count].letter = c;
mode_changes[mode_count].dir = dir;
- mode_changes[mode_count].caps = CAP_EX;
+ mode_changes[mode_count].caps = 0;
mode_changes[mode_count].nocaps = 0;
mode_changes[mode_count].mems = ONLY_CHANOPS;
mode_changes[mode_count].id = NULL;
@@ -964,7 +964,7 @@ chm_invex(struct Client *client_p, struct Client *source_p,
mode_changes[mode_count].letter = c;
mode_changes[mode_count].dir = dir;
- mode_changes[mode_count].caps = CAP_IE;
+ mode_changes[mode_count].caps = 0;
mode_changes[mode_count].nocaps = 0;
mode_changes[mode_count].mems = ONLY_CHANOPS;
mode_changes[mode_count].id = NULL;