summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/bs_fantasy_kick.c2
-rw-r--r--version.log6
2 files changed, 6 insertions, 2 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);
diff --git a/version.log b/version.log
index d2f8b0292..4b937efb4 100644
--- a/version.log
+++ b/version.log
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="14"
VERSION_EXTRA=""
-VERSION_BUILD="1029"
+VERSION_BUILD="1030"
# $Log$
#
+# BUILD : 1.7.14 (1030)
+# BUGS :
+# NOTES : fixed coding booboo, thx to viper
+#
# BUILD : 1.7.14 (1029)
# BUGS : 501
# NOTES : several fixes.