]> jfr.im git - irc/quakenet/newserv.git/blobdiff - glines/glines_formats.c
Implement notice flag +G for automated gline messages.
[irc/quakenet/newserv.git] / glines / glines_formats.c
index 4e58bccc58637af5cccd3ab742b00a271f5f790c..6a1649fc7dcc962cdd80f29df842926b764cb6a7 100644 (file)
@@ -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;
   }