Browse Source

svn: 2278

Bryan Drewery 21 years ago
parent
commit
b56a873b7e
1 changed files with 1 additions and 1 deletions
  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;
   }