diff options
-rw-r--r-- | src/protocol/inspircd.c | 1 | ||||
-rw-r--r-- | version.log | 6 |
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. |