]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/commands/cmd_modules.cpp
Credits updates.
[user/henk/code/inspircd.git] / src / commands / cmd_modules.cpp
index b454901758475b9e2dd78fc21f5dbfc97ae33c18..7ca29bb2fdbec6198acfcd57b87b0554e5221643 100644 (file)
@@ -2,7 +2,7 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd: (C) 2002-2008 InspIRCd Development Team
+ *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
  * See: http://www.inspircd.org/wiki/index.php/Credits
  *
  * This program is free but copyrighted software; see
@@ -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;