summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcertus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2006-04-29 11:40:46 +0000
committercertus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2006-04-29 11:40:46 +0000
commit77059470fb1de95f36b3dcc1d759d377c531c9ae (patch)
treea5a95cc56b815574209649f3ca32883ce3d8426e
parentadce568fc27394139fd4ce011a6c4aaaa2643fd4 (diff)
# BUILD : 1.7.14 (1030) # BUGS : # NOTES : fixed coding booboo, thx to viper
git-svn-id: svn://svn.anope.org/anope/trunk@1030 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@754 5417fbe8-f217-4b02-8779-1006273d7864
-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.