add show_iline_prefix for IsNeedSasl
This commit is contained in:
parent
667c106118
commit
0fd3040caf
1 changed files with 2 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue