degesch: decode mIRC formatting in numerics

Just like... why not.  Makes colors in the MOTD and in LIST work.
This commit is contained in:
Přemysl Eric Janouch 2015-07-04 01:45:22 +02:00
parent 8a75c2447f
commit 6498690999
1 changed files with 1 additions and 1 deletions

View File

@ -5781,7 +5781,7 @@ irc_process_numeric (struct server *s,
// Join the parameter vector back, recode it to our internal encoding
// and send it to the server buffer
log_server (s, buffer, BUFFER_LINE_STATUS,
"#&S", join_str_vector (&copy, ' '));
"#&m", join_str_vector (&copy, ' '));
}
str_vector_free (&copy);