summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--actions.c1
-rwxr-xr-xbin/mydbgen2
-rw-r--r--version.log5
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