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

master
Sébastien Helleu 2020-03-30 07:31:11 +02:00
parent 1098e157c9
commit 4481b93d35
1 changed files with 4 additions and 3 deletions

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 * These modifiers can be used by other plugins to decode/encode IRC/ANSI
* messages. * colors in messages.
*/ */
char * char *