X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ircd%2Fgline.c;h=89f79f077bf691838a6e43dd562999bd467f97c3;hb=a670b16ff1a7fcc6bf38702cc91eeb9c54cde039;hp=e3dd7bc6d6edd729093a53ef8f8786b76f3267b0;hpb=2f5b4b0aab1a121751f09762ec68dc8471517069;p=ircu2.10.12-pk.git diff --git a/ircd/gline.c b/ircd/gline.c index e3dd7bc..89f79f0 100644 --- a/ircd/gline.c +++ b/ircd/gline.c @@ -872,7 +872,9 @@ gline_stats(struct Client *sptr, const struct StatDesc *sd, send_reply(sptr, RPL_STATSGLINE, 'G', 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); } }