1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 21:13:13 +02:00

Add networkinfo:nick_chars option to allow configuring additional characters allowed in nicknames

This commit is contained in:
Adam
2015-01-10 15:17:16 -05:00
parent 609f87d39f
commit 32007f81cf
4 changed files with 17 additions and 2 deletions
+10
View File
@@ -319,6 +319,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