summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/InspIRCd.layout38
-rw-r--r--src/modules/m_helpop.cpp4
2 files changed, 21 insertions, 21 deletions
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))
{