mirror of
https://github.com/anope/anope.git
synced 2026-07-01 00:46:38 +02:00
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
This commit is contained in:
parent
739674e854
commit
785a427b00
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
|
||||
+5
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user