summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ultimate3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ultimate3.c b/src/ultimate3.c
index 579d35b36..052c9812f 100644
--- a/src/ultimate3.c
+++ b/src/ultimate3.c
@@ -220,7 +220,7 @@ void anope_set_umode(User * user, int ac, char **av)
user->mode |= UMODE_P;
}
if (is_services_root(user)) {
- common_svsmode(user, "+R", NULL);
+ common_svsmode(user, "+Z", NULL);
user->mode |= UMODE_R;
}
} else {