1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 13:26:38 +02:00

Default xlines to be set by OperServ

This commit is contained in:
Adam
2012-10-25 21:31:58 -04:00
parent e5efe42ecb
commit 8f33933dd8
+1 -1
View File
@@ -45,7 +45,7 @@ void XLine::InitRegex()
}
}
XLine::XLine(const Anope::string &mask, const Anope::string &reason, const Anope::string &uid) : Serializable("XLine"), Mask(mask), Created(0), Expires(0), Reason(reason), UID(uid)
XLine::XLine(const Anope::string &mask, const Anope::string &reason, const Anope::string &uid) : Serializable("XLine"), Mask(mask), By(Config->OperServ), Created(0), Expires(0), Reason(reason), UID(uid)
{
regex = NULL;
manager = NULL;