X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fconfigreader.h;h=c4275ab5f03eebbb3b2a16511705bfa0a5c8ad56;hb=3ec7995bf4981119115d14ce2cfce0cb5795f803;hp=514e5e9b3834a9a8bd4d58ef80d429f6009d33e6;hpb=b1d06ea1d3a4a11a8253e0d81c832cb54c3c0946;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/configreader.h b/include/configreader.h index 514e5e9b3..c4275ab5f 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[256]; + /** The number of seconds the DNS subsystem * will wait before timing out any request. */