degesch: decode mIRC formatting in numerics
Just like... why not. Makes colors in the MOTD and in LIST work.
This commit is contained in:
parent
8a75c2447f
commit
6498690999
@ -5781,7 +5781,7 @@ irc_process_numeric (struct server *s,
|
|||||||
// Join the parameter vector back, recode it to our internal encoding
|
// Join the parameter vector back, recode it to our internal encoding
|
||||||
// and send it to the server buffer
|
// and send it to the server buffer
|
||||||
log_server (s, buffer, BUFFER_LINE_STATUS,
|
log_server (s, buffer, BUFFER_LINE_STATUS,
|
||||||
"#&S", join_str_vector (©, ' '));
|
"#&m", join_str_vector (©, ' '));
|
||||||
}
|
}
|
||||||
|
|
||||||
str_vector_free (©);
|
str_vector_free (©);
|
||||||
|
Loading…
Reference in New Issue
Block a user