summaryrefslogtreecommitdiff
path: root/makeconf
diff options
context:
space:
mode:
Diffstat (limited to 'makeconf')
-rwxr-xr-xmakeconf4
1 files changed, 2 insertions, 2 deletions
diff --git a/makeconf b/makeconf
index 22cba9668..7250a3c98 100755
--- a/makeconf
+++ b/makeconf
@@ -44,7 +44,7 @@ FILES_MOTD="$ME/conf/inspire.motd"
FILES_RULE="$ME/conf/inspire.rules"
OP_PREFIX="Quit: "
-OP_DEBUG="off"
+OP_DEBUG="default"
OP_HALFY="yes"
OP_PROTE="yes"
OP_FOUND="yes"
@@ -622,7 +622,7 @@ if [ $cc ] ; then
fi
echo ""
-echo "Debug [on / off] Switch on or off Extensive IRCd loggin to ircd.log"
+echo "Log level [debug, verbose, default, sparse, none]"
echo -e $n "[\033[1;32m$OP_DEBUG\033[0;37m] -> $c"
read cc
if [ "$cc" ] ; then