1
0
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:
Adam
2011-06-17 13:34:47 -04:00
parent df971befb2
commit 48e995ddf2
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -33,7 +33,6 @@ class OperServBotInfo : public BotInfo
}
else
{
Log(OperServ) << u->nick << ": " << message;
BotInfo::OnMessage(u, message);
}
}