1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 10:43:13 +02:00

irc: add missing modifier "irc_color_decode_ansi" in comment on function irc_color_modifier_cb

This commit is contained in:
Sébastien Helleu
2020-03-30 07:31:11 +02:00
parent 1098e157c9
commit 4481b93d35
+4 -3
View File
@@ -791,10 +791,11 @@ irc_color_decode_ansi (const char *string, int keep_colors)
}
/*
* Callback for modifiers "irc_color_decode" and "irc_color_encode".
* Callback for modifiers "irc_color_decode", "irc_color_encode" and
* "irc_color_decode_ansi".
*
* This modifier can be used by other plugins to decode/encode IRC colors in
* messages.
* These modifiers can be used by other plugins to decode/encode IRC/ANSI
* colors in messages.
*/
char *