1
0
Эх сурвалжийг харах

* Fixed double cmd log with cmd_whom

svn: 1746
Bryan Drewery 21 жил өмнө
parent
commit
fed1be7286
2 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 0
      doc/UPDATES
  2. 0 1
      src/cmds.c

+ 1 - 0
doc/UPDATES

@@ -10,6 +10,7 @@ Lines prefixxed with '-' were disabled before release and are not finishsed.
 * Fixed DNS to timeout queries after 30 seconds, server socket after 40, and to parse EOF correctly.
 * Added some responses/cloaks
 * Fixed '+ban' not showing up in help system.
+* Fixed double cmd log with cmd_whom.
 
 1.2.1
 

+ 0 - 1
src/cmds.c

@@ -192,7 +192,6 @@ static void cmd_whom(int idx, char *par)
   putlog(LOG_CMDS, "*", "#%s# whom %s", dcc[idx].nick, par);
 
   if (par[0] == '*' || !par[0]) {
-    putlog(LOG_CMDS, "*", "#%s# whom %s", dcc[idx].nick, par);
     answer_local_whom(idx, -1);
     return;
   }