mirror of
https://github.com/anope/anope.git
synced 2026-07-09 11:13:13 +02:00
Add a module log type
This commit is contained in:
@@ -34,7 +34,7 @@ class BSAutoAssign : public Module
|
||||
BotInfo *bi = findbot(this->bot);
|
||||
if (bi == NULL)
|
||||
{
|
||||
Log() << "bs_autoassign is configured to assign bot " << this->bot << ", but it does not exist?";
|
||||
Log(this) << "bs_autoassign is configured to assign bot " << this->bot << ", but it does not exist?";
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user