summaryrefslogtreecommitdiff
path: root/actions.c
diff options
context:
space:
mode:
Diffstat (limited to 'actions.c')
-rw-r--r--actions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions.c b/actions.c
index c1f75f0b8..53c6dd5b7 100644
--- a/actions.c
+++ b/actions.c
@@ -85,7 +85,7 @@ void kill_user(const char *source, const char *user, const char *reason)
snprintf(buf, sizeof(buf), "%s (%s)", source, reason);
av[0] = sstrdup(user);
av[1] = buf;
- send_cmd(ServerName, "SVSKILL %s :%s", u2->nick, reason);
+ /* send_cmd(ServerName, "SVSKILL %s :%s", user, reason); */
send_cmd(source, "KILL %s :%s", user, av[1]);
do_kill(source, 2, av);
free(av[0]);