Blockheads-Messagebot / MessageBot

Automatically respond to events in chat on your server!
GNU General Public License v3.0
6 stars 3 forks source link

Console extension with multiline typed messages #40

Closed Bibliofile closed 6 years ago

Bibliofile commented 7 years ago

The console extension introduced in 4c10632 has an issue where if a message comes in, and the currently typed message takes up more than one line, the incoming message will be hidden when logged.

To reproduce:

  1. npm run start:cloud
  2. Type a long message that goes on to the second line
  3. Send a message from in game or the portal.
Bibliofile commented 6 years ago

This is no longer in scope for this repo.