From 2a21fcec789120cc1bb2b22cc323713dfb2aa4c2 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sun, 24 Sep 2017 14:06:30 +0200 Subject: [PATCH] Update README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 712a3af..711da3f 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ Here're the vailable options: * --event-perm: set power levels requires to send specific state events. Can be specified several times. See examples * --reset-perm: the default behavior of the various --perm args is to add or override specific permissions without changing the others already existing permissions. If this flag is set, the previous permissions will be removed, and the one specified with the --perm arg will be applied. The only exception is for user power levels which are at least as high as the operator (including the operator). These user power levels will be kept even is --reset-perm is set * --action: what to do. Valid actions are + * setup: write a config file * send-msg (default): send the text message * send-message: an alias for send-msg * send-notice: send a notice. Very similar to send-msg but the client may display it differently. Eg Riot will not notify you for notices @@ -48,6 +49,8 @@ Here're the vailable options: * get-room-list: prints the list of public rooms of this server * get-room-id: resolve a room alias to its ID +All the actions can be specified either with --action=foo or as --fo (eg --action=send-file is equivalent to --send-file) + All the available options can be set a the configuration file using a simple ini style format, eg ```