diff options
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, |