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

BUILD : 1.7.3 (161) NOTES : Fixed cut/paste error on mydbgen

git-svn-id: svn://svn.anope.org/anope/trunk@161 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@110 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-06-02 17:21:43 +00:00
parent 6a43d8df86
commit 3f81431ca1
3 changed files with 6 additions and 2 deletions
+1
View File
@@ -85,6 +85,7 @@ void kill_user(const char *source, const char *user, const char *reason)
snprintf(buf, sizeof(buf), "%s (%s)", source, reason);
av[0] = sstrdup(user);
av[1] = buf;
send_cmd(ServerName, "SVSKILL %s :%s", u2->nick, reason);
send_cmd(source, "KILL %s :%s", user, av[1]);
do_kill(source, 2, av);
free(av[0]);
+1 -1
View File
@@ -146,7 +146,7 @@ else
else
echo "failed!"
FAILED="$FAILED 'anope_cs_info.ttb alter'"
FAILED="$FAILED 'anope_cs_info.memomax alter'"
fi
fi
+4 -1
View File
@@ -8,10 +8,13 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="3"
VERSION_BUILD="159"
VERSION_BUILD="161"
# $Log$
#
# BUILD : 1.7.3 (161)
# NOTES : Fixed cut/paste error on mydbgen
#
# BUILD : 1.7.3 (159)
# BUGS :
# NOTES : Fixed some internal errors with return values in void functions. codemastr needs it to be fixed for the windows