Bryan Drewery hace 21 años
padre
commit
1ab87df04b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/cmds.c

+ 1 - 1
src/cmds.c

@@ -1782,7 +1782,7 @@ static void cmd_conf(int idx, char *par)
       struct userrec *u = NULL;
 
       dprintf(idx, "Deleted bot from conf: %s\n", par);
-      if ((u = get_user_by_handle(par))) {
+      if ((u = get_user_by_handle(userlist, par))) {
 #ifdef LEAF
         check_this_user(par, 1, NULL);
 #endif /* LEAF */