summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-05-23 18:37:18 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-05-23 18:37:18 +0000
commit5293e04aa3d9a9d6cfe5d02a4e929cfa82a8e491 (patch)
treee6d80363af8331683d32b8e979fbdaaf06641966 /src
parent051c00d3b9b1bcbcfc40a115b995bf98daeb8e4e (diff)
- channel_mode.c:chm_operonly(): removed redundant assignment
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@3631 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'src')
-rw-r--r--src/channel_mode.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/channel_mode.c b/src/channel_mode.c
index 7241da8..1df04a0 100644
--- a/src/channel_mode.c
+++ b/src/channel_mode.c
@@ -671,7 +671,6 @@ chm_operonly(struct Client *client_p, struct Client *source_p, struct Channel *c
mode_changes[mode_count].nocaps = 0;
mode_changes[mode_count].id = NULL;
mode_changes[mode_count].mems = ALL_MEMBERS;
- mode_changes[mode_count].mems = ALL_MEMBERS;
mode_changes[mode_count++].arg = NULL;
}
else if (dir == MODE_DEL) /* && (chptr->mode.mode & d)) */