diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-07-04 01:45:22 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-07-04 01:45:22 +0200 |
commit | 6498690999e1906e71855632a215031a50694671 (patch) | |
tree | be05b4b2f50856eebb683cfde5836bda6af8d687 | |
parent | 8a75c2447fac0415fc9827f8b9adafd5bde105fa (diff) | |
download | xK-6498690999e1906e71855632a215031a50694671.tar.gz xK-6498690999e1906e71855632a215031a50694671.tar.xz xK-6498690999e1906e71855632a215031a50694671.zip |
degesch: decode mIRC formatting in numerics
Just like... why not. Makes colors in the MOTD and in LIST work.
-rw-r--r-- | degesch.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 (©, ' ')); + "#&m", join_str_vector (©, ' ')); } str_vector_free (©); |