Bryan Drewery před 21 roky
rodič
revize
b56a873b7e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/cmds.c

+ 1 - 1
src/cmds.c

@@ -1255,7 +1255,7 @@ static void cmd_botcmd(int idx, char *par)
 {
   if (dcc[idx].simul >= 0) {
     dprintf(idx, "Sorry, you can't chain '%sbotcmd'.\n", settings.dcc_prefix);
-    putlog(LOG_WARN, "*", "%s attempted to chain 'botcmd' over the botnet.");
+    putlog(LOG_WARN, "*", "%s attempted to chain 'botcmd' over the botnet.", dcc[idx].nick);
     return;
   }