-
Notifications
You must be signed in to change notification settings - Fork 2
Matrix @mod 'Bot #121
Comments
I think that would be |
What is done on IRC is just used as an example of the useful feature and nothing more. Nothing even like |
Perhaps use |
In case backwards compatibility with ingrained habits of IRC users wanted to be involved, I would suggest watching for |
It is up to a Matrix room Admin' and their Mod's to add their IRC nick' to their |
It is up to IRCOp's to include whatever |
The "ACL Whisper" feature is being discussed on the Riot "Product" repo' in, Consider adding support for whispering in group rooms matrix-org/matrix-spec-proposals#3345, which defies logic if it is a Spec' thing. However there is also an open Spec' issue of disputed relevance, depending how you apply and parse out: We need a way to hide given messages from specific room members (SPEC-84) matrix-org/matrix-spec#56. |
i think i might be able to add this feature to merseklo. i will update here after i add the feature. |
The feature has been added. I think you can close this issue now @turt2live @MilkManzJourDaddy |
So, in the code, and maybe in the spec' is the ability for, AFAIK PL50 Mod's (probably hardcoded atm), to send messages containing
@room
to ping/highlight/mention everyone.↵↵¶
Also, IRC has sonething like, IIRC,/wallchops <message>
to write to all room (channel) Moderators (Operators). Matrix needs something like this for cases when abuses are occuring in a room and Mod' attention is needed. But it is tedious to go through the userlist even on Riot-Web, and nearly impossible on i.e. Riot-Android, to pick out some Mod's, especially considering they are not ordered by, PL then AlphaNumeric.↵↵¶
Ideally any such 'bot should "ACL Whisper" messages to Moderators, when such functionality comes to Matrix. Or rather, such functionality for "@mod
", even without but especially with "ACL Whisper", should be in the spec'.↵↵¶
However, in the interim a user might send a message i.e.!mod <message>
, and the 'bot would responds with an immediately following message containing all Mod's Display Names, indicating the triggering room member's DN & MXID. There is the possibility of abuse, so the 'bot needs to accept anexclude
comnand, i.e.!mod exclude <MXID>
.↵↵¶
At the end of the day, that would be a "good enough" interim solution to ensure room members help keep moderation proactive.The text was updated successfully, but these errors were encountered: