]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Broken code commented out by brain until we can fix it.
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Mon, 19 Apr 2004 22:42:12 +0000 (22:42 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Mon, 19 Apr 2004 22:42:12 +0000 (22:42 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@678 e03df62e-2008-0410-955e-edbf42e46eb7

src/InspIRCd.layout
src/modules/m_helpop.cpp

index 12286c6d4f452da6157909295564cd4abeaaf84d..a79e0cd51391e7c23538b97087351cfa78d21288 100644 (file)
@@ -1,5 +1,5 @@
 [Editors]
-Focused=1
+Focused=-1
 Order=1,2,4,6,3,7,25,5,24,-1,39,42,43
 
 [Editor_0]
@@ -12,10 +12,10 @@ LeftChar=1
 
 [Editor_1]
 Open=1
-Top=1
-CursorCol=42
-CursorRow=3192
-TopLine=3148
+Top=0
+CursorCol=38
+CursorRow=2731
+TopLine=2686
 LeftChar=1
 
 [Editor_2]
@@ -141,9 +141,9 @@ LeftChar=1
 [Editor_17]
 Open=1
 Top=0
-CursorCol=44
-CursorRow=157
-TopLine=103
+CursorCol=21
+CursorRow=38
+TopLine=1
 LeftChar=1
 
 [Editor_18]
@@ -171,11 +171,11 @@ TopLine=573
 LeftChar=1
 
 [Editor_21]
-Open=0
+Open=1
 Top=0
 CursorCol=1
 CursorRow=63
-TopLine=14
+TopLine=12
 LeftChar=1
 
 [Editor_22]
@@ -286,11 +286,11 @@ CursorRow=34
 TopLine=1
 LeftChar=1
 [Editor_37]
-Open=0
-Top=0
-CursorCol=20
-CursorRow=103
-TopLine=70
+Open=1
+Top=1
+CursorCol=13
+CursorRow=22
+TopLine=1
 LeftChar=1
 [Editor_38]
 Open=0
@@ -330,14 +330,14 @@ LeftChar=1
 [Editor_43]
 Open=1
 Top=0
-CursorCol=90
-CursorRow=2342
-TopLine=2291
+CursorCol=2
+CursorRow=1095
+TopLine=1115
 LeftChar=1
 [Editor_44]
 Open=1
 Top=0
 CursorCol=89
 CursorRow=89
-TopLine=38
+TopLine=32
 LeftChar=1
index 5ef4f10a34cc610eee56d184f8f550fa5bc132fd..1a7968b7f1a3451c7df5caa88a974cf11ec99e87 100644 (file)
@@ -138,13 +138,13 @@ class ModuleHelpop : public Module
                        exit(0);
                }
 
-               if ((helpop->ReadValue("nohelp",  "line1", 0) == "") || 
+               /*if ((helpop->ReadValue("nohelp",  "line1", 0) == "") || 
                     (helpop->ReadValue("nohelpo", "line1", 0) == "") ||
                     (helpop->ReadValue("start",   "line1", 0) == ""))
                {
                        printf("m_helpop: Helpop file is missing important entries. Please check the example conf.");
                        exit(0);
-               }
+               }*/
 
                if (!Srv->AddExtendedMode('h',MT_CLIENT,true,0,0))
                {