diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-05-05 10:18:48 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-05-05 10:18:48 +0000 |
commit | 601f4fc78910d2cd920af6782cf5ca522d53688e (patch) | |
tree | 97ccac588f3a7614c5ae2550db9fedd4237c0ca6 /modules | |
parent | 709122c3e844e2d19a29414643142cfe9fa078b9 (diff) |
- Removed channel::quiet_on_ban configuration option. This feature is
now enabled by default
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@1945 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'modules')
-rw-r--r-- | modules/m_info.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/m_info.c b/modules/m_info.c index 8e2515c..5cf4a5b 100644 --- a/modules/m_info.c +++ b/modules/m_info.c @@ -175,12 +175,6 @@ static const struct InfoStruct info_table[] = "Maximum number of channels an oper can join" }, { - "quiet_on_ban", - OUTPUT_BOOLEAN_YN, - &ConfigChannel.quiet_on_ban, - "Banned users may not send text to a channel" - }, - { "max_bans", OUTPUT_DECIMAL, &ConfigChannel.max_bans, |