diff options
| author | 2003-02-09 12:32:57 +0000 | |
|---|---|---|
| committer | 2003-02-09 12:32:57 +0000 | |
| commit | 330da271fb8fff08865c7c489a5d4b4bdabcffd2 (patch) | |
| tree | 210af799bb0515a14f52289b02bcdc9f2bcd03c6 /makeconf | |
| parent | Fixed the CHMOD (nice one Brain` :p) (diff) | |
Changed to work with new log-level
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@165 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'makeconf')
| -rwxr-xr-x | makeconf | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
