From 3f81431ca1159b68dd7a9a67d0d422957ae1b3f2 Mon Sep 17 00:00:00 2001 From: "dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Wed, 2 Jun 2004 17:21:43 +0000 Subject: [PATCH] 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 --- actions.c | 1 + bin/mydbgen | 2 +- version.log | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/actions.c b/actions.c index ff164fe69..c1f75f0b8 100644 --- a/actions.c +++ b/actions.c @@ -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]); diff --git a/bin/mydbgen b/bin/mydbgen index 5dc9e562a..dcff99407 100755 --- a/bin/mydbgen +++ b/bin/mydbgen @@ -146,7 +146,7 @@ else else echo "failed!" - FAILED="$FAILED 'anope_cs_info.ttb alter'" + FAILED="$FAILED 'anope_cs_info.memomax alter'" fi fi diff --git a/version.log b/version.log index 819534d4b..e7aee7347 100644 --- a/version.log +++ b/version.log @@ -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