Bryan Drewery преди 21 години
родител
ревизия
b56a873b7e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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;
   }