mirror of
https://github.com/anope/anope.git
synced 2026-07-05 19:43:13 +02:00
Bug #1275 - Don't log absolutely everything sent to operserv, most of its commands already have their own logs
This commit is contained in:
@@ -33,7 +33,6 @@ class OperServBotInfo : public BotInfo
|
||||
}
|
||||
else
|
||||
{
|
||||
Log(OperServ) << u->nick << ": " << message;
|
||||
BotInfo::OnMessage(u, message);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user