From: brain Date: Sat, 18 Oct 2008 19:13:25 +0000 (+0000) Subject: Default 'noisy' to false. Until i hear from w00t i cant see how this can be of use... X-Git-Tag: v2.0.23~2429 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=db3eea2ac4bbc2ff36e0b3314a6c0109f196f3d2;p=user%2Fhenk%2Fcode%2Finspircd.git Default 'noisy' to false. Until i hear from w00t i cant see how this can be of use right now (non-opers get spammed with crap just from doing regular things like joining channels) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10678 e03df62e-2008-0410-955e-edbf42e46eb7 --- diff --git a/include/users.h b/include/users.h index d8a9b3e64..48026d473 100644 --- a/include/users.h +++ b/include/users.h @@ -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