diff options
-rw-r--r-- | src/protocol/hybrid.c | 2 | ||||
-rw-r--r-- | 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 |