kiwiirc / kiwibnc

Apache License 2.0
43 stars 14 forks source link

Text emoji 1st character trimmed if begins with a colon. #8

Closed TheBeerbarian closed 5 years ago

TheBeerbarian commented 5 years ago

KiwiClient with direct connection. image

KiwiClient with kiwiibnc connection. image

DanielOaks commented 5 years ago

Hmm, that looks pretty dodgy yeah. Any chance you can tell me whether this is just a regular message, a /me message, the realname, or somewhere else? I'll investigate and see what could be causing this, thanks for the report!

TheBeerbarian commented 5 years ago

Regular message to channel. When the emoji colon is at the beginning of a message.

DanielOaks commented 5 years ago

Oh I see, can repro this. Yeah we're being a bit dodgy with how we interpret incoming lines it looks like, thanks.

DanielOaks commented 5 years ago

https://github.com/kiwiirc/irc-framework/pull/205 should resolve this, thanks for bringing up the issue!