You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -133,6 +135,7 @@ export async function handleCommand(roomId: string, event: { content: { body: st
133
135
"!mjolnir redact <event permalink> - Redacts a message by permalink\n"+
134
136
"!mjolnir kick <glob> [room alias/ID] [reason] - Kicks a user or all of those matching a glob in a particular room or all protected rooms\n"+
135
137
"!mjolnir rules - Lists the rules currently in use by Mjolnir\n"+
138
+
"!mjolnir rules matching <user|room|server> - Lists the rules in use that will match this entity e.g. `!rules matching @foo:example.com` will show all the user and server rules, including globs, that match this user."+
136
139
"!mjolnir sync - Force updates of all lists and re-apply rules\n"+
137
140
"!mjolnir verify - Ensures Mjolnir can moderate all your rooms\n"+
138
141
"!mjolnir list create <shortcode> <alias localpart> - Creates a new ban list with the given shortcode and alias\n"+
0 commit comments