summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordane dane@31f1291d-b8d6-0310-a050-a5561fc1590b <dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-05-04 18:26:36 +0000
committerdane dane@31f1291d-b8d6-0310-a050-a5561fc1590b <dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-05-04 18:26:36 +0000
commit6db22fcbfb79647c7277f436396d29356f3bc4ca (patch)
tree5d9c8bf88c1877c94a74f60ff68cae08eb704a4d
parent6f7b56163e152c7ccd1037367f88591cf02e2b7b (diff)
BUILD : 1.7.9 (771) BUGS : none NOTES : Anope 1.7.9 Release (fixed compiler warning).
git-svn-id: svn://svn.anope.org/anope/trunk@771 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@532 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r--src/protocol/inspircd.c1
-rw-r--r--version.log6
2 files changed, 6 insertions, 1 deletions
diff --git a/src/protocol/inspircd.c b/src/protocol/inspircd.c
index b3a733ba2..f5d28a140 100644
--- a/src/protocol/inspircd.c
+++ b/src/protocol/inspircd.c
@@ -672,6 +672,7 @@ int anope_event_eob(char *source, int ac, char **av)
send_cmd(NULL, "v %s Anope-%s %s :%s - %s -- %s", ServerName,
version_number, ServerName, ircd->name, version_flags,
version_build);
+ return MOD_CONT;
}
/* SERVER name hop descript */
diff --git a/version.log b/version.log
index cf19a281f..a86442cd6 100644
--- a/version.log
+++ b/version.log
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="9"
-VERSION_BUILD="770"
+VERSION_BUILD="771"
# $Log$
#
+# BUILD : 1.7.9 (771)
+# BUGS : none
+# NOTES : Anope 1.7.9 Release (fixed compiler warning).
+#
# BUILD : 1.7.9 (770)
# BUGS : none
# NOTES : Anope 1.7.9 Release.