summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2012-11-25 22:37:54 -0500
committerAdam <Adam@anope.org>2012-11-25 22:37:54 -0500
commit1bdb756b258e2acce1db96584b540f452370e1a8 (patch)
tree7c4d048f987627cbec23c32d8bc961ed8278aba0 /data
parent80c573eed7c053f8bf5ef437eb948e821b8adc07 (diff)
Restrict the length of kick reasons in cs_kick, cs_ban, and cs_akick
Diffstat (limited to 'data')
-rw-r--r--data/chanserv.example.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf
index 114d1f97e..c570e9185 100644
--- a/data/chanserv.example.conf
+++ b/data/chanserv.example.conf
@@ -205,6 +205,12 @@ chanserv
* services immediately reversing topic changes.
*/
use_server_side_topiclock = yes
+
+ /*
+ * The maximum length of the reason field for user commands such as chanserv/kick
+ * and chanserv/ban.
+ */
+ reasonmax = 200
}
/*