0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-05 07:08:53 +02:00

When stripping colour/control codes, also strip \004.

Some clients such as irssi interpret \004 as colour or other markup.
This commit is contained in:
Jilles Tjoelker 2012-03-15 00:17:40 +01:00
parent 494d2b9dd4
commit aba43ba823

View file

@ -53,6 +53,7 @@ strip_colour(char *string)
} }
break; break;
case 2: case 2:
case 4:
case 6: case 6:
case 7: case 7:
case 22: case 22: