Manechat / izzy-moonbot

Replacement admin bot for Manechat
https://manechat.net
MIT License
5 stars 4 forks source link

Users with an absurd number of alternate names make Izzy's messages too long to post #563

Open Ixrec opened 7 months ago

Ixrec commented 7 months ago

Today Izzy was unable to response to .uinfo commands or post the usual "user was banned" message for a specific user because they had far too many names:

image

Presumably the only solution is to truncate such messages.

Izzy already has dynamic truncation code in a few other places, particularly her pagination code, which makes this a good first issue.