Просмотр исходного кода

* Changed bad opped TS log to DEBUG

svn: 519
Bryan Drewery 22 лет назад
Родитель
Сommit
04673097d5
2 измененных файлов с 2 добавлено и 1 удалено
  1. 1 0
      doc/UPDATES
  2. 1 1
      src/mod/irc.mod/mode.c

+ 1 - 0
doc/UPDATES

@@ -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()

+ 1 - 1
src/mod/irc.mod/mode.c

@@ -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);
             }
           }
         }