From d6fcf2726e4075fb323010e067964c84044cbf08 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 27 Apr 2007 17:55:08 +0000 Subject: Add support for hiding listmode lists such as +beI from unprivileged users. See bug #258 git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6849 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/configreader.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') diff --git a/include/configreader.h b/include/configreader.h index 514e5e9b3..838814cc4 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -349,6 +349,12 @@ class ServerConfig : public Extensible */ bool AllowHalfop; + /** If this is set to true, then mode lists (e.g + * MODE #chan b) are hidden from unprivileged + * users. + */ + bool HideModeLists; + /** The number of seconds the DNS subsystem * will wait before timing out any request. */ -- cgit v1.2.3