diff options
Diffstat (limited to 'modules/commands/ns_access.cpp')
-rw-r--r-- | modules/commands/ns_access.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/ns_access.cpp b/modules/commands/ns_access.cpp index 48a06d088..598de4d5a 100644 --- a/modules/commands/ns_access.cpp +++ b/modules/commands/ns_access.cpp @@ -122,7 +122,7 @@ class CommandNSAccess : public Command } else if (Config->NSSecureAdmins && u->Account() != na->nc && na->nc->IsServicesOper()) { - source.Reply(ACCESS_DENIED); + source.Reply(_("You may view or modify the access list of other services operators.")); return; } |