summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfrostycoolslug <frostycoolslug@e03df62e-2008-0410-955e-edbf42e46eb7>2003-07-27 22:01:23 +0000
committerfrostycoolslug <frostycoolslug@e03df62e-2008-0410-955e-edbf42e46eb7>2003-07-27 22:01:23 +0000
commit9f5a6a4213095da3a8cd283434a5bfb9e18ceba1 (patch)
tree6e25e66170af351e4caf7d7ab772e18e47daa6d4
parent20148112657c2700da29640e4454fb6a98132b2a (diff)
And another [Brain] bug fixed :p
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@183 e03df62e-2008-0410-955e-edbf42e46eb7
-rwxr-xr-xmakeconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/makeconf b/makeconf
index a779edb41..250722606 100755
--- a/makeconf
+++ b/makeconf
@@ -648,7 +648,7 @@ fi
echo "#-#-#-#-#-#-#-#-#-#-#-#-#- SERVER OPTIONS -#-#-#-#-#-#-#-#-#-#-#-#-#" >> makeconf.temp
echo "<options prefixquit=\"$OP_PREFIX\"" >> makeconf.temp
-echo " debug=\"$OP_DEBUG\"" >> makeconf.temp
+echo " loglevel=\"$OP_DEBUG\"" >> makeconf.temp
echo " allowhalfop=\"$OP_HALFY\"" >> makeconf.temp
echo " allowprotect=\"$OP_PROTE\"" >> makeconf.temp
echo " allowfounder=\"$OP_FOUND\">" >> makeconf.temp