* 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
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);
}