]> jfr.im git - irc/ircd-hybrid/bopm.git/commitdiff
config.c:
authorandy <redacted>
Tue, 12 Feb 2002 23:02:03 +0000 (23:02 +0000)
committerandy <redacted>
Tue, 12 Feb 2002 23:02:03 +0000 (23:02 +0000)
Really doesn't need to be that verbose :)
Remember I use -d and -dd a lot when helping people set up BOPM -
I really don't need 2 pages of config options flying by.

config.c

index 098396e221c3ba7d53aa5ae770743a4f4c82a23c..1ce84e1f1c833b01b6a306a6a155606cdd162702 100644 (file)
--- a/config.c
+++ b/config.c
@@ -173,7 +173,7 @@ void config_checkreq()
             log("CONFIG -> Parameter [%s] required but not defined in config.", hash[i].key);
             errfnd++;
          }
-        else if(OPT_DEBUG && hash[i].reqmet)
+        else if(OPT_DEBUG >= 3 && hash[i].reqmet)
          {
             switch(hash[i].type)
              {