mirror of
https://github.com/osmarks/ngircd.git
synced 2025-01-31 17:49:11 +00:00
Fix prefix of "halfop" when "multi-prefix" is active
This commit is contained in:
parent
1744a8d145
commit
fc39146f48
@ -820,7 +820,7 @@ who_flags_qualifier(CLIENT *Client, const char *chan_user_modes, char *str, size
|
|||||||
if (strchr(chan_user_modes, 'o'))
|
if (strchr(chan_user_modes, 'o'))
|
||||||
strlcat(str, "@", len);
|
strlcat(str, "@", len);
|
||||||
if (strchr(chan_user_modes, 'h'))
|
if (strchr(chan_user_modes, 'h'))
|
||||||
strlcat(str, "&", len);
|
strlcat(str, "%", len);
|
||||||
if (strchr(chan_user_modes, 'v'))
|
if (strchr(chan_user_modes, 'v'))
|
||||||
strlcat(str, "+", len);
|
strlcat(str, "+", len);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user