From 601f4fc78910d2cd920af6782cf5ca522d53688e Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 5 May 2013 10:18:48 +0000 Subject: - 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 --- modules/m_info.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'modules') 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 @@ -174,12 +174,6 @@ static const struct InfoStruct info_table[] = &ConfigChannel.max_chans_per_oper, "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, -- cgit