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:
parent
494d2b9dd4
commit
aba43ba823
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue