CactusDev / CactusBot

An open source, community-written service-agnostic chat bot
MIT License
30 stars 6 forks source link

Whispers can be longer than the maximum message length limit #306

Closed 2Cubed closed 7 years ago

2Cubed commented 7 years ago

Regular messages are limited to the maximum 360 characters. Whispers should be limited to 360, as well, but they aren't, which means that sometimes whispers just get "eaten".

2Cubed commented 7 years ago

Done in #307.