mirror of
https://github.com/anope/anope.git
synced 2026-07-04 15:33:12 +02:00
Get rid of the remaining references in the core to specific services. Move more stuff out of the core to the proper modules.
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ void XLine::InitRegex()
|
||||
}
|
||||
}
|
||||
|
||||
XLine::XLine(const Anope::string &ma, const Anope::string &r, const Anope::string &uid) : Serializable("XLine"), mask(ma), by(OperServ ? OperServ->nick : ""), created(0), expires(0), reason(r), id(uid)
|
||||
XLine::XLine(const Anope::string &ma, const Anope::string &r, const Anope::string &uid) : Serializable("XLine"), mask(ma), created(0), expires(0), reason(r), id(uid)
|
||||
{
|
||||
regex = NULL;
|
||||
manager = NULL;
|
||||
|
||||
Reference in New Issue
Block a user