]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Default 'noisy' to false. Until i hear from w00t i cant see how this can be of use...
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sat, 18 Oct 2008 19:13:25 +0000 (19:13 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sat, 18 Oct 2008 19:13:25 +0000 (19:13 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10678 e03df62e-2008-0410-955e-edbf42e46eb7

include/users.h

index d8a9b3e64176df256eebdd4c2109addc4a870eb5..48026d473dfa552279e69e09322bde1b6fc2fb59 100644 (file)
@@ -796,7 +796,8 @@ class CoreExport User : public EventHandler
         * @param privstr The priv to chec, e.g. "users/override/topic". These are loaded free-form from the config file.
         * @param noisy If set to true, the user is notified that they do not have the specified permission where applicable. If false, no notification is sent.
         * @return True if this user has the permission in question.
-        */     bool HasPrivPermission(const std::string &privstr, bool noisy = true);
+        */
+       bool HasPrivPermission(const std::string &privstr, bool noisy = false);
 
        /** Returns true or false if a user can set a privileged user or channel mode.
         * This is done by looking up their oper type from User::oper, then referencing