summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-02-02 22:58:56 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-02-02 22:58:56 +0000
commit27fbecdaa75d262e92703a578c508c0aeccd06a4 (patch)
tree634090f5c153528389fbfebc8a8afbeba62cf7f6 /include
parent8509727e16f1d9ce6c9719c8d62c7715d3699858 (diff)
Back out the AllowDevoiceSelf stuff, it wasn't going to work anyway. Accidental commit.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8796 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r--include/configreader.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configreader.h b/include/configreader.h
index 3759e909f..fb187048b 100644
--- a/include/configreader.h
+++ b/include/configreader.h
@@ -429,10 +429,6 @@ class CoreExport ServerConfig : public Extensible
*/
bool AllowHalfop;
- /** If this value is true, users are allowed to devoice themselves.
- */
- bool AllowDevoiceSelf;
-
/** If this is set to true, then mode lists (e.g
* MODE #chan b) are hidden from unprivileged
* users.