GregSutcliffe / maubot-meetings

A Maubot plugin for running meetings in Matrix
Other
9 stars 5 forks source link

Multi-line paste is not recognized as separate commands #44

Open kparal opened 9 months ago

kparal commented 9 months ago

In our meetings, we often need to paste a block of text containing many !info commands, like this:

!info 2 Proposed Blockers
!info 6 Accepted Blockers
!info 0 Accepted 0-day Blockers
!info 1 Accepted Previous Release Blockers
!info 0 Proposed Freeze Exceptions
!info 9 Accepted Freeze Exceptions

Unfortunately that is currently recognized as a single INFO statement, and it appears as a single long line in minutes. We'd like the bot to recognize this as 6 separate commands. The current workaround is to copy&paste line by line, which is slow and tedious.

Thank you. Note: This is somewhat related to #43, although their use case is different.