diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/m_info.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/m_info.c b/modules/m_info.c index 02db2cb..3a7465a 100644 --- a/modules/m_info.c +++ b/modules/m_info.c @@ -149,6 +149,12 @@ static const struct InfoStruct info_table[] = "Enable logging" }, { + "disable_fake_channels", + OUTPUT_BOOLEAN_YN, + &ConfigChannel.disable_fake_channels, + "Forbids channels with special ASCII characters in their name" + }, + { "restrict_channels", OUTPUT_BOOLEAN_YN, &ConfigChannel.restrict_channels, @@ -383,6 +389,12 @@ static const struct InfoStruct info_table[] = "Display warning if connecting server lacks N-line" }, { + "stats_e_disabled", + OUTPUT_BOOLEAN_YN, + &ConfigFileEntry.stats_e_disabled, + "Whether or not STATS e is disabled" + }, + { "stats_o_oper_only", OUTPUT_BOOLEAN_YN, &ConfigFileEntry.stats_o_oper_only, |