diff options
author | dane 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 |
---|---|---|
committer | dane 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 |
commit | 6db22fcbfb79647c7277f436396d29356f3bc4ca (patch) | |
tree | 5d9c8bf88c1877c94a74f60ff68cae08eb704a4d /src | |
parent | 6f7b56163e152c7ccd1037367f88591cf02e2b7b (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
Diffstat (limited to 'src')
-rw-r--r-- | src/protocol/inspircd.c | 1 |
1 files changed, 1 insertions, 0 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 */ |