From db3eea2ac4bbc2ff36e0b3314a6c0109f196f3d2 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 18 Oct 2008 19:13:25 +0000 Subject: [PATCH] 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 --- include/users.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2