summaryrefslogtreecommitdiff
path: root/data/example.conf
diff options
context:
space:
mode:
Diffstat (limited to 'data/example.conf')
-rw-r--r--data/example.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/data/example.conf b/data/example.conf
index 534b99fa3..c1fc5c20d 100644
--- a/data/example.conf
+++ b/data/example.conf
@@ -320,6 +320,16 @@ networkinfo
modelistsize = 100
/*
+ * Characters allowed in nicknames. This always includes the characters described
+ * in RFC1459, and so does not need to be set for normal behavior. Changing this to
+ * include characters your IRCd doesn't support will cause your IRCd and/or Services
+ * to break. Multibyte characters are not supported, nor are escape sequences.
+ *
+ * It is recommended you DON'T change this.
+ */
+ #nick_chars = ""
+
+ /*
* The characters allowed in hostnames. This is used for validating hostnames given
* to services, such as BotServ bot hostnames and user vhosts. Changing this is not
* recommended unless you know for sure your IRCd supports whatever characters you are