mirror of
https://github.com/anope/anope.git
synced 2026-06-28 04:16:37 +02:00
Make DNSBL log message use the module type and give it a category too
This commit is contained in:
+1
-1
@@ -116,7 +116,7 @@ Log::Log(BotInfo *b, const Anope::string &cat) : bi(b), u(NULL), nc(NULL), c(NUL
|
||||
{
|
||||
}
|
||||
|
||||
Log::Log(Module *mod, const Anope::string &cat) : bi(NULL), u(NULL), nc(NULL), c(NULL), source(NULL), chan(NULL), ci(NULL), s(NULL), m(mod), type(LOG_MODULE), category(cat)
|
||||
Log::Log(Module *mod, const Anope::string &cat, BotInfo *_bi) : bi(_bi), u(NULL), nc(NULL), c(NULL), source(NULL), chan(NULL), ci(NULL), s(NULL), m(mod), type(LOG_MODULE), category(cat)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user