From: brain Date: Mon, 19 Apr 2004 22:42:12 +0000 (+0000) Subject: Broken code commented out by brain until we can fix it. X-Git-Tag: v2.0.23~10910 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=41ad846ec7b60d467e9f125cbfe9ab9af791f3a2;hp=9f64dd045bee9b624828d2038b466b92824c9524;p=user%2Fhenk%2Fcode%2Finspircd.git Broken code commented out by brain until we can fix it. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@678 e03df62e-2008-0410-955e-edbf42e46eb7 --- diff --git a/src/InspIRCd.layout b/src/InspIRCd.layout index 12286c6d4..a79e0cd51 100644 --- a/src/InspIRCd.layout +++ b/src/InspIRCd.layout @@ -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 diff --git a/src/modules/m_helpop.cpp b/src/modules/m_helpop.cpp index 5ef4f10a3..1a7968b7f 100644 --- a/src/modules/m_helpop.cpp +++ b/src/modules/m_helpop.cpp @@ -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)) {