strip_colour(): strip ASCII 29 (mIRC 7 italics).
This commit is contained in:
parent
76a2bba920
commit
545f0a0f07
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ strip_colour(char *string)
|
||||||
case 22:
|
case 22:
|
||||||
case 23:
|
case 23:
|
||||||
case 27:
|
case 27:
|
||||||
|
case 29:
|
||||||
case 31:
|
case 31:
|
||||||
break;
|
break;
|
||||||
case 32:
|
case 32:
|
||||||
|
|
Loading…
Reference in a new issue