mirror of
https://github.com/anope/anope.git
synced 2026-07-08 15:43:12 +02:00
Add a module log type
This commit is contained in:
@@ -363,7 +363,7 @@ class MChanstats : public Module
|
||||
if (sql)
|
||||
this->CheckTables();
|
||||
else
|
||||
Log() << "Chanstats: no database connection to " << engine;
|
||||
Log(this) << "no database connection to " << engine;
|
||||
}
|
||||
void OnTopicUpdated(Channel *c, const Anope::string &user, const Anope::string &topic) anope_override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user