From 77059470fb1de95f36b3dcc1d759d377c531c9ae Mon Sep 17 00:00:00 2001 From: "certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Sat, 29 Apr 2006 11:40:46 +0000 Subject: [PATCH] # 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 --- src/core/bs_fantasy_kick.c | 2 +- version.log | 6 +++++- 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.