hexchat/src
Ryan Schmidt dd6f53f504 Fix user list not tracking mode changes
The `PREFIX` key in `ISUPPORT` (usually) takes the form
`(modes)prefixes` e.g. `(ov)@+`. The current implementation will
therefore set `serv->nick_modes` to a string like `"(ov"` instead
of the desired `"ov"`. This causes the nick list to not properly
update with which users have which prefix modes. Skip over the
initial `'('` so we capture the correct modes and fix that issue.
2021-10-01 14:50:44 -05:00
..
common Fix user list not tracking mode changes 2021-10-01 14:50:44 -05:00
dirent Use glib for all allocations 2014-12-28 06:44:44 -05:00
fe-gtk Explicitly set app icon in notifications 2021-10-01 11:56:49 -05:00
fe-text Updated Toolset to v142 2021-05-23 19:43:24 -05:00
htm Updated Toolset to v142 2021-05-23 19:43:24 -05:00
libenchant_win8 Updated Toolset to v142 2021-05-23 19:43:24 -05:00
meson.build build: Misc cleanup of options 2021-07-13 11:26:59 -05:00
version-script Added functions to create/destroy event_attrs to plugin interface. 2013-07-12 22:46:04 +01:00