summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui/style.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/style.go b/ui/style.go
index aa6683a..9a662e3 100644
--- a/ui/style.go
+++ b/ui/style.go
@@ -274,9 +274,6 @@ func IRCString(raw string) StyledString {
for len(raw) != 0 {
r, runeSize := utf8.DecodeRuneInString(raw)
- if r == utf8.RuneError {
- break
- }
_, _, lastAttrs := last.Decompose()
current := last
if r == 0x0F {