1
0
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:
Adam
2011-04-27 22:51:55 -04:00
parent 284af258bf
commit 8fb1604f64
3 changed files with 10 additions and 27 deletions
+2
View File
@@ -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();
}
}