X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/blobdiff_plain/77782a3ebe6de42527b22059a5851657aabb7744..0d6366b6a61a69b26dc0cde44eb85e3293c6659d:/glines/glines_formats.c diff --git a/glines/glines_formats.c b/glines/glines_formats.c index 4e58bccc..6a1649fc 100644 --- a/glines/glines_formats.c +++ b/glines/glines_formats.c @@ -104,7 +104,7 @@ gline *makegline(const char *mask) { count++; if (count >= 8) { - controlwall(NO_OPER, NL_GLINES, "Warning: Parsed invalid IPv6 G-Line: %s", mask); + controlwall(NO_OPER, NL_GLINES_AUTO, "Warning: Parsed invalid IPv6 G-Line: %s", mask); freegline(gl); return NULL; }