diff options
author | Adam <Adam@anope.org> | 2012-11-25 22:37:54 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-11-25 22:37:54 -0500 |
commit | 1bdb756b258e2acce1db96584b540f452370e1a8 (patch) | |
tree | 7c4d048f987627cbec23c32d8bc961ed8278aba0 /include/config.h | |
parent | 80c573eed7c053f8bf5ef437eb948e821b8adc07 (diff) |
Restrict the length of kick reasons in cs_kick, cs_ban, and cs_akick
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index 7e19ba32f..b53047a0c 100644 --- a/include/config.h +++ b/include/config.h @@ -443,6 +443,8 @@ class CoreExport ServerConfig bool UseServerSideMLock; /* Use server side topic lock */ bool UseServerSideTopicLock; + /* The max length for reasons (cs_kick, cs_ban, etc) */ + unsigned CSReasonMax; /* Default botmodes on channels, defaults to ao */ Anope::string BotModes; /* How long to wait between connection attempts */ |