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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user