1
0
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:
Adam
2012-10-27 08:12:04 -04:00
parent bb5f4555dc
commit d6e1b92059
21 changed files with 75 additions and 59 deletions
+1 -1
View File
@@ -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
{