diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-16 16:10:29 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-16 16:10:29 +0000 |
commit | 6fdefebb28a41942239491ac25b5cb8949d912d9 (patch) | |
tree | 3090895a421a58277bd7875dc1e3a51fec5a2b86 /src | |
parent | 3c0a30bba39f42212a2673b6f2bb1c19ca905fde (diff) |
More reconnect fixes
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@625 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r-- | src/InspIRCd.layout | 6 | ||||
-rw-r--r-- | src/inspircd.cpp | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/InspIRCd.layout b/src/InspIRCd.layout index 3390f94d4..bcc24c1b7 100644 --- a/src/InspIRCd.layout +++ b/src/InspIRCd.layout @@ -13,9 +13,9 @@ LeftChar=1 [Editor_1] Open=1 Top=1 -CursorCol=1 -CursorRow=6878 -TopLine=6830 +CursorCol=16 +CursorRow=6673 +TopLine=6641 LeftChar=1 [Editor_2] diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 9f690f830..c3164875d 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -6670,7 +6670,7 @@ void process_restricted_commands(char token,char* params,serverrec* source,serve // now broadcast this new servers address out to all servers that are linked to us, // except the newcomer. They'll all attempt to connect back to it. snprintf(buffer,MAXBUF,"~ %d",authcookie); - source->SendPacket(buffer,udp_host); + NetSendToAll(buffer); break; // ~ // Store authcookie |