summaryrefslogtreecommitdiff
path: root/doc/example.conf
diff options
context:
space:
mode:
Diffstat (limited to 'doc/example.conf')
-rw-r--r--doc/example.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/example.conf b/doc/example.conf
index 3251e8e..dc7671e 100644
--- a/doc/example.conf
+++ b/doc/example.conf
@@ -89,6 +89,19 @@ serverinfo {
max_clients = 512;
/*
+ * max_nick_length: only applies to local clients. Must be in the
+ * range of 9 to 30. Default is 9 if nothing else is specified.
+ */
+ max_nick_length = 9;
+
+ /*
+ * max_topic_length: only applies to topics set by local clients.
+ * Must be in the range of 80 to 300. Default is 80 if nothing
+ * else is specified.
+ */
+ max_topic_length = 160;
+
+ /*
* rsa_private_key_file: the path to the file containing our
* rsa key for cryptlink.
*