svn: 519
@@ -27,6 +27,7 @@ This is a summary of ChangeLog basically.
24.The bot will now wait until it is finished recieving the +e listing before enforcing bans.
25.Fixed a bug with .config msginvite.
26.Added a config option for msgident.
+27.Changed bad op-cookie (TS) to LOG_DEBUG.
1.0.13
1.Fixed a fatal bug in console_gotshare()
@@ -1357,7 +1357,7 @@ static int gotmode(char *from, char *msg)
if (abs(off) > OP_TIME_SLACK) {
/* isbadop = 4; */
- putlog(LOG_ERRORS, "*", "%s opped with bad ts (not punishing.): %li was off by %li", nfrom, optime, off);
+ putlog(LOG_DEBUG, "*", "%s opped with bad ts (not punishing.): %li was off by %li", nfrom, optime, off);
}