strip_colour(): strip ASCII 29 (mIRC 7 italics).
This commit is contained in:
parent
40114db23c
commit
6f187f63b5
|
@ -58,6 +58,7 @@ strip_colour(char *string)
|
|||
case 22:
|
||||
case 23:
|
||||
case 27:
|
||||
case 29:
|
||||
case 31:
|
||||
break;
|
||||
case 32:
|
||||
|
|
Loading…
Reference in New Issue