Fix regression introduced in r480, where /BKI on non-joined clients no longer ignored.

git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@499 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2014-09-23 13:46:47 +00:00
parent e808dbe94b
commit a3170cf578
2 changed files with 3 additions and 3 deletions

View File

@@ -1343,7 +1343,7 @@ char *new_str;
send_to_server("KILL %s :%s", to, new_str);
break;
case KBOOT:
userhostbase(to, userhost_ban, 1, "%s %s %s", get_current_channel_by_refnum(0), to, empty_string);
userhostbase(to, userhost_ban, 1, "%s", get_current_channel_by_refnum(0));
case KICK:
send_to_server("KICK %s %s :%s", get_current_channel_by_refnum(0), to, new_str);
break;