Room-11 / Jeeves

Chatbot for Stack Overflow
MIT License
42 stars 19 forks source link

Handle too long messages properly #278

Open PeeHaa opened 6 years ago

PeeHaa commented 6 years ago

For example at !!rfcs.

Some possible solutions:

DaveRandom commented 6 years ago

There isn't a sensible generic solution to this, as message truncation is highly dependent on the content on the messages. The default should just be to error, as we currently do.

Specifically for !!rfcs I'm sure we can come up with something sensible, although remember that those messages need to not only be postable, but ideally they need to not be truncated in the star list either...

On a side note, the domain rmel.vn is currently available if you want a vanity URL shortener domain for r11 :-P

JayPHP commented 6 years ago

Just fix it