diff options
author | frostycoolslug <frostycoolslug@e03df62e-2008-0410-955e-edbf42e46eb7> | 2003-07-27 21:52:45 +0000 |
---|---|---|
committer | frostycoolslug <frostycoolslug@e03df62e-2008-0410-955e-edbf42e46eb7> | 2003-07-27 21:52:45 +0000 |
commit | 20148112657c2700da29640e4454fb6a98132b2a (patch) | |
tree | 7f573a71f73b8edfd3b22c2c0818a0611e2522af | |
parent | b784e24b7fc73a53bf7c824564fc2bf24106440f (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-x | makeconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |