mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
[CString.StripControls] Srip bg colours when we reset fg
This commit is contained in:
@@ -1413,7 +1413,7 @@ CString CString::StripControls_n() const {
|
||||
digits++;
|
||||
continue;
|
||||
}
|
||||
if (ch == ',' && !comma && digits > 0) {
|
||||
if (ch == ',' && !comma) {
|
||||
comma = true;
|
||||
digits = 0;
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user