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:
@@ -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 *
|
||||
|
||||
Reference in New Issue
Block a user