summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfrostycoolslug <frostycoolslug@e03df62e-2008-0410-955e-edbf42e46eb7>2003-07-27 21:52:45 +0000
committerfrostycoolslug <frostycoolslug@e03df62e-2008-0410-955e-edbf42e46eb7>2003-07-27 21:52:45 +0000
commit20148112657c2700da29640e4454fb6a98132b2a (patch)
tree7f573a71f73b8edfd3b22c2c0818a0611e2522af
parentb784e24b7fc73a53bf7c824564fc2bf24106440f (diff)
Fixed a bug [Brain] put in :/
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@182 e03df62e-2008-0410-955e-edbf42e46eb7
-rwxr-xr-xmakeconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/makeconf b/makeconf
index 3f058892c..a779edb41 100755
--- a/makeconf
+++ b/makeconf
@@ -643,7 +643,7 @@ echo "Enable Channel Founder? [Channel Mode +q] [yes/no]"
echo -e $n "[\033[1;32m$OP_FOUND\033[0;37m] -> $c"
read cc
if [ "$cc" ] ; then
- OP_DEBUG=$cc
+ OP_FOUND=$cc
fi
echo "#-#-#-#-#-#-#-#-#-#-#-#-#- SERVER OPTIONS -#-#-#-#-#-#-#-#-#-#-#-#-#" >> makeconf.temp