summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/InspIRCd.layout6
-rw-r--r--src/inspircd.cpp2
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