1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 16:53:12 +02:00

# 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
This commit is contained in:
certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-04-29 11:40:46 +00:00
parent adce568fc2
commit 77059470fb
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -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);
+5 -1
View File
@@ -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.