0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-26 15:33:54 +01:00

strip_colour(): strip ASCII 29 (mIRC 7 italics).

This commit is contained in:
William Pitcock 2010-06-19 16:53:56 -05:00
parent 76a2bba920
commit 545f0a0f07

View file

@ -58,6 +58,7 @@ strip_colour(char *string)
case 22:
case 23:
case 27:
case 29:
case 31:
break;
case 32: