diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core/bs_fantasy_kick.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/bs_fantasy_kick.c b/src/core/bs_fantasy_kick.c index e2819d178..9901fa262 100644 --- a/src/core/bs_fantasy_kick.c +++ b/src/core/bs_fantasy_kick.c @@ -80,7 +80,7 @@ int do_fantasy(int argc, char **argv) else { u2 = finduser(target); if (u2 && ci->c && is_on_chan(ci->c, u2)) { - else if (!reason && !is_protected(u2)) + if (!reason && !is_protected(u2)) bot_raw_kick(u, ci, target, "Requested"); else if (!is_protected(u2)) bot_raw_kick(u, ci, target, reason); |