diff --git a/README.md b/README.md index a5e6469..c01d3eb 100644 --- a/README.md +++ b/README.md @@ -46,10 +46,10 @@ On Cinny we can see this value in the source of sent messages. #### Running the script ``` -./redact_matrix.py -s matrix.org -t syt_uaY3lMW_nAyiumHhGDhXJBFLKdoY_3RRBuz \!xTDdCBHByVyZtZEmNI:matrix.org '!cdPNSVToruMtXqGznY:domain.tld' +./redact_matrix.py -s matrix.org -t syt_uaY3lMW_nAyiumHhGDhXJBFLKdoY_3RRBuz '!cdPNSVToruMtXqGznY:domain.tld' ``` -As we can see above, it is possible to apply the command to more than one room. +It's possible to apply the command to more than one room, just add more room id's to the end of the line, separated by space. Additionally, by adding the `-n` flag after `redact_matrix.py` the Nuke mode is turned on, which means that you will not be deleting just your own messages but those of other users in the room as well, so long as you have the proper permissions (e.g. admin). In other words, it attempts to "nuke" the room, so, please, be very careful with this flag.