diff options
Diffstat (limited to 'src/commands')
-rw-r--r-- | src/commands/cmd_modules.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/cmd_modules.cpp b/src/commands/cmd_modules.cpp index b45490175..9579c83d9 100644 --- a/src/commands/cmd_modules.cpp +++ b/src/commands/cmd_modules.cpp @@ -30,7 +30,7 @@ CmdResult CommandModules::Handle (const std::vector<std::string>&, User *user) Module* m = ServerInstance->Modules->Find(module_names[i]); Version V = m->GetVersion(); - if (IS_OPER(user)) + if (user->HasPrivPermission("servers/auspex")) { std::string flags("Svsc"); int pos = 0; |