summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2015-01-10 20:17:16 (GMT)
committerAdam <Adam@anope.org>2015-01-10 20:19:40 (GMT)
commit32007f81cf0bb475f3621d7637666b06ffa482b9 (patch)
tree10d225b06dab05bcb6553e9ee51a97ab4c804f9c /data
parent609f87d39fd0d0eeea28aefceca1702e692f2554 (diff)
downloadanope-32007f81cf0bb475f3621d7637666b06ffa482b9.zip
anope-32007f81cf0bb475f3621d7637666b06ffa482b9.tar.gz
anope-32007f81cf0bb475f3621d7637666b06ffa482b9.tar.bz2
Add networkinfo:nick_chars option to allow configuring additional characters allowed in nicknames
Diffstat (limited to 'data')
-rw-r--r--data/example.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/data/example.conf b/data/example.conf
index 534b99f..c1fc5c2 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