aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-07-04 01:45:22 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2015-07-04 01:45:22 +0200
commit6498690999e1906e71855632a215031a50694671 (patch)
treebe05b4b2f50856eebb683cfde5836bda6af8d687
parent8a75c2447fac0415fc9827f8b9adafd5bde105fa (diff)
downloadxK-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/degesch.c b/degesch.c
index b4893da..acc15e8 100644
--- a/degesch.c
+++ b/degesch.c
@@ -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);