Gocnak / Botnak

A Java-based IRC chat client with focus on Twitch.tv streams.
https://gocnak.github.io/Botnak
MIT License
68 stars 28 forks source link

Hiding text on Botnak #31

Closed Gocnak closed 10 years ago

Gocnak commented 10 years ago

Apparently hitting Shift + Enter in the text field causes Botnak to override the "on Enter" press, and hiding a message in the field.

Simple fix of just checking if other keys are pressed or not.