From: michael Date: Mon, 22 Dec 2014 21:37:16 +0000 (+0000) Subject: - Update reference.conf X-Git-Tag: 1.0.0beta1~51 X-Git-Url: http://git.serene-ircd.net/?a=commitdiff_plain;h=3c533d02788d43e539c22721217a683d42364a9a;p=hopm.git - Update reference.conf git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5087 82007160-df01-0410-b94d-b575c5fd34c7 --- diff --git a/doc/reference.conf b/doc/reference.conf index 3116e50..9685824 100644 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -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 diff --git a/src/config.c b/src/config.c index 4f89473..730d472 100644 --- a/src/config.c +++ b/src/config.c @@ -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); }