From 785a427b006cf0858f04eb7439785de4ff4e1bac Mon Sep 17 00:00:00 2001 From: "rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Wed, 23 Aug 2006 08:13:14 +0000 Subject: [PATCH] BUILD : 1.7.15 (1142) BUGS : N/A NOTES : Dont let hybrid send EOBs since we told it we dont suppor them anymore git-svn-id: svn://svn.anope.org/anope/trunk@1142 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@865 5417fbe8-f217-4b02-8779-1006273d7864 --- src/protocol/hybrid.c | 2 +- version.log | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/protocol/hybrid.c b/src/protocol/hybrid.c index 635f2e446..1de69080f 100644 --- a/src/protocol/hybrid.c +++ b/src/protocol/hybrid.c @@ -891,7 +891,7 @@ int anope_event_eob(char *source, int ac, char **av) void hybrid_cmd_eob() { - send_cmd(ServerName, "EOB"); +// send_cmd(ServerName, "EOB"); } diff --git a/version.log b/version.log index 5ec2b9b3a..fd40afb34 100644 --- a/version.log +++ b/version.log @@ -9,10 +9,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="15" VERSION_EXTRA="-svn" -VERSION_BUILD="1141" +VERSION_BUILD="1142" # $Log$ # +# BUILD : 1.7.15 (1142) +# BUGS : N/A +# NOTES : Dont let hybrid send EOBs since we told it we dont suppor them anymore +# # BUILD : 1.7.15 (1141) # BUGS : N/A # NOTES : Removed EOB support from hybrid protocol file, this should make things like entry message work even after a remove net-join