diff options
author | Adam <Adam@anope.org> | 2015-01-10 15:17:16 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2015-01-10 15:19:40 -0500 |
commit | 32007f81cf0bb475f3621d7637666b06ffa482b9 (patch) | |
tree | 10d225b06dab05bcb6553e9ee51a97ab4c804f9c /include/config.h | |
parent | 609f87d39fd0d0eeea28aefceca1702e692f2554 (diff) |
Add networkinfo:nick_chars option to allow configuring additional characters allowed in nicknames
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index b132c5d2d..2ae6e3ced 100644 --- a/include/config.h +++ b/include/config.h @@ -103,6 +103,8 @@ namespace Configuration time_t TimeoutCheck; /* options:usestrictprivmsg */ bool UseStrictPrivmsg; + /* networkinfo:nickchars */ + Anope::string NickChars; /* either "/msg " or "/" */ Anope::string StrictPrivmsg; |