1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 00:16:37 +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
+1
View File
@@ -191,6 +191,7 @@ Conf::Conf() : Block("")
}
this->DefLanguage = options->Get<const Anope::string>("defaultlanguage");
this->TimeoutCheck = options->Get<time_t>("timeoutcheck");
this->NickChars = networkinfo->Get<Anope::string>("nick_chars");
for (int i = 0; i < this->CountBlock("uplink"); ++i)
{