]> jfr.im git - irc/quakenet/newserv.git/blobdiff - glines/glines_buf.c
Implement notice flag +G for automated gline messages.
[irc/quakenet/newserv.git] / glines / glines_buf.c
index d1a8cd30e4b01e44021a0cef3ea4b79478c59e4d..675711e0e4e5488ca6b7d5ae33edc69988f3e4f5 100644 (file)
@@ -298,7 +298,7 @@ int glinebufcommit(glinebuf *gbuf, int propagate) {
   glinebufcounthits(gbuf, &users, &channels);
 
   if (propagate && (users > MAXGLINEUSERHITS || channels > MAXGLINECHANNELHITS)) {
-    controlwall(NO_OPER, NL_GLINES, "G-Line buffer would hit %d users/%d channels. Not setting G-Lines.");
+    controlwall(NO_OPER, NL_GLINES_AUTO, "G-Line buffer would hit %d users/%d channels. Not setting G-Lines.");
     glinebufabort(gbuf);
     return 0;
   }