add show_iline_prefix for IsNeedSasl

This commit is contained in:
jesopo 2021-08-04 15:22:37 +00:00 committed by Doug Freed
parent 667c106118
commit 0fd3040caf

View file

@ -700,6 +700,8 @@ show_iline_prefix(struct Client *sptr, struct ConfItem *aconf, char *name)
*prefix_ptr++ = '+';
if(IsConfDoSpoofIp(aconf))
*prefix_ptr++ = '=';
if(IsNeedSasl(aconf))
*prefix_ptr++ = '%';
if(IsOper(sptr) && IsConfExemptFlood(aconf))
*prefix_ptr++ = '|';
if(IsOper(sptr) && IsConfExemptDNSBL(aconf) && !IsConfExemptKline(aconf))