diff options
author | ribosome ribosome@31f1291d-b8d6-0310-a050-a5561fc1590b <ribosome ribosome@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-03-28 14:55:53 +0000 |
---|---|---|
committer | ribosome ribosome@31f1291d-b8d6-0310-a050-a5561fc1590b <ribosome ribosome@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-03-28 14:55:53 +0000 |
commit | 91ab20aefb9b78d54541a367703c6610b297a6cc (patch) | |
tree | 5ce6f89f8b3210c96e0f7d04ee01b47627d83a6d /src/ultimate3.c | |
parent | b30ca2f8f23794879d8476bbfc686c7f1c56752e (diff) |
BUILD : 1.7.8 (647) BUGS : 326 NOTES : Changed usermode for ultimate3 SRA to +Z
git-svn-id: svn://svn.anope.org/anope/trunk@647 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@495 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/ultimate3.c')
-rw-r--r-- | src/ultimate3.c | 2 |
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 { |