1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 09:43: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
+2
View File
@@ -103,6 +103,8 @@ namespace Configuration
time_t TimeoutCheck;
/* options:usestrictprivmsg */
bool UseStrictPrivmsg;
/* networkinfo:nickchars */
Anope::string NickChars;
/* either "/msg " or "/" */
Anope::string StrictPrivmsg;