mirror of
https://github.com/anope/anope.git
synced 2026-06-27 16:26:39 +02:00
Fixed reading empty config values in the multiconfig code, caused by removal of DT_CHARPTR
This commit is contained in:
@@ -25,6 +25,8 @@ NickAlias::NickAlias(const Anope::string &nickname, NickCore *nickcore) : Flags<
|
||||
if (o == NULL)
|
||||
o = Oper::Find(this->nc->display);
|
||||
this->nc->o = o;
|
||||
if (this->nc->o != NULL)
|
||||
Log() << "Tied oper " << this->nc->display << " to type " << this->nc->o->ot->GetName();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user