]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Code Tidyup
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Mon, 19 Apr 2004 01:34:11 +0000 (01:34 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Mon, 19 Apr 2004 01:34:11 +0000 (01:34 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@667 e03df62e-2008-0410-955e-edbf42e46eb7

src/InspIRCd.layout
src/inspircd.cpp

index dec385739d2f5b725b10a84d623ea8455dd1cefd..bff1594ae2a50a2c25d81210dbc1c23332580450 100644 (file)
@@ -1,5 +1,5 @@
 [Editors]
-Focused=-1
+Focused=1
 Order=1,2,4,6,3,7,25,5,24,-1,39,42
 
 [Editor_0]
@@ -12,10 +12,10 @@ LeftChar=1
 
 [Editor_1]
 Open=1
-Top=0
-CursorCol=18
-CursorRow=54
-TopLine=26
+Top=1
+CursorCol=10
+CursorRow=5358
+TopLine=3349
 LeftChar=1
 
 [Editor_2]
@@ -116,7 +116,7 @@ LeftChar=1
 
 [Editor_14]
 Open=1
-Top=1
+Top=0
 CursorCol=1
 CursorRow=23
 TopLine=1
@@ -141,9 +141,9 @@ LeftChar=1
 [Editor_17]
 Open=1
 Top=0
-CursorCol=1
-CursorRow=75
-TopLine=39
+CursorCol=32
+CursorRow=98
+TopLine=74
 LeftChar=1
 
 [Editor_18]
@@ -302,8 +302,8 @@ LeftChar=1
 [Editor_39]
 Open=1
 Top=0
-CursorCol=21
-CursorRow=34
+CursorCol=1
+CursorRow=39
 TopLine=1
 LeftChar=1
 [Editor_40]
@@ -324,6 +324,6 @@ LeftChar=1
 Open=1
 Top=0
 CursorCol=1
-CursorRow=1684
-TopLine=1660
+CursorRow=1733
+TopLine=1679
 LeftChar=1
index 7bbc829a90bca1f55fafb285872e2e6537071066..aecc2cc46b99f70959afa82a2ee6e0fa6ac8c574 100644 (file)
@@ -5355,7 +5355,7 @@ int InspIRCd(void)
                                        char udp_msg[MAXBUF];
                                        strncpy(udp_msg,msgs[ctr].c_str(),MAXBUF);
                                        if (strlen(udp_msg)<1)
-                                               {
+                                       {
                                                log(DEBUG,"Invalid string from %s [route%d]",udp_host,x);
                                                break;
                                        }