summaryrefslogtreecommitdiff
path: root/src/nickserv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nickserv.c')
-rw-r--r--src/nickserv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nickserv.c b/src/nickserv.c
index db4c23840..54629c9d7 100644
--- a/src/nickserv.c
+++ b/src/nickserv.c
@@ -2683,7 +2683,7 @@ static int do_setmodes(User * u)
/* Walk users current channels */
for (uc = u->chans; uc; uc = uc->next) {
if ((c = uc->chan))
- chan_set_correct_modes(u, c);
+ chan_set_correct_modes(u, c, 1);
}
return MOD_CONT;
}