- Update reference.conf
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Mon, 22 Dec 2014 21:37:16 +0000 (21:37 +0000)
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Mon, 22 Dec 2014 21:37:16 +0000 (21:37 +0000)
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5087 82007160-df01-0410-b94d-b575c5fd34c7

doc/reference.conf
src/config.c

index 3116e502160679fd6d2f5aa0f0cb5433524faf44..9685824887715c43276c5ea774d90cf3f19e95b9 100644 (file)
@@ -517,7 +517,7 @@ scanner {
         * If your ircd supports a more specific line (see below),
         * using it will reduce false positives.
         */
-       target_string = ":server.yournetwork.org NOTICE AUTH :*** Looking up your hostname";
+       target_string = ":server.yournetwork.org NOTICE * :*** Looking up your hostname";
 
        /*
         * If you try to connect too fast, you'll be throttled by your own
index 4f89473562d563b32b24f96258e5ba2ddd5f9c8b..730d47276dba3bbfe9118fd988716e7d18e5ec9d 100644 (file)
@@ -145,6 +145,6 @@ void config_setup()
 
 void yyerror(const char *str)
 {
-   log_printf("CONFIG -> %s: line %d", str, linenum);
+   log_printf("CONFIG -> %s: line %d, buf: %s", str, linenum,);
    exit(EXIT_FAILURE);
 }