]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Fix prefix of "halfop" when "multi-prefix" is active
authorAlexander Barton <alex@barton.de>
Sun, 23 Sep 2012 17:23:23 +0000 (19:23 +0200)
committerAlexander Barton <alex@barton.de>
Sun, 23 Sep 2012 17:23:23 +0000 (19:23 +0200)
src/ngircd/irc-info.c

index a1bebb4ffb818b28b9eb17b469f8f91a78ff47a5..b4c951f3a63345c92daa755c1bf88ab48bc4f555 100644 (file)
@@ -820,7 +820,7 @@ who_flags_qualifier(CLIENT *Client, const char *chan_user_modes, char *str, size
                if (strchr(chan_user_modes, 'o'))
                        strlcat(str, "@", len);
                if (strchr(chan_user_modes, 'h'))
-                       strlcat(str, "&", len);
+                       strlcat(str, "%", len);
                if (strchr(chan_user_modes, 'v'))
                        strlcat(str, "+", len);