]> jfr.im git - irc/quakenet/snircd.git/blobdiff - ircd/gline.c
merge 07 in
[irc/quakenet/snircd.git] / ircd / gline.c
index 7ca09042ffaab5a866f58efde170bc2f91d8956d..15463e19f7e22c6d2ee93def7c049bc05b27baff 100644 (file)
@@ -19,7 +19,7 @@
  */
 /** @file
  * @brief Implementation of Gline manipulation functions.
- * @version $Id: gline.c,v 1.61 2005/09/22 20:42:21 entrope Exp $
+ * @version $Id: gline.c,v 1.61.2.1 2006/06/09 02:12:25 entrope Exp $
  */
 #include "config.h"
 
@@ -973,7 +973,9 @@ gline_stats(struct Client *sptr, const struct StatDesc *sd,
                  gline->gl_user,
                  gline->gl_host ? "@" : "",
                  gline->gl_host ? gline->gl_host : "",
-                gline->gl_expire + TSoffset, gline->gl_reason);
+                gline->gl_expire + TSoffset,
+                 GlineIsActive(gline) ? '+' : '-',
+                 gline->gl_reason);
   }
 }