diff options
author | frostycoolslug <frostycoolslug@e03df62e-2008-0410-955e-edbf42e46eb7> | 2003-07-27 22:01:23 +0000 |
---|---|---|
committer | frostycoolslug <frostycoolslug@e03df62e-2008-0410-955e-edbf42e46eb7> | 2003-07-27 22:01:23 +0000 |
commit | 9f5a6a4213095da3a8cd283434a5bfb9e18ceba1 (patch) | |
tree | 6e25e66170af351e4caf7d7ab772e18e47daa6d4 | |
parent | 20148112657c2700da29640e4454fb6a98132b2a (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-x | makeconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |