summaryrefslogtreecommitdiff
path: root/APPSERVICES.md
diff options
context:
space:
mode:
authorAndrei Vasiliu <whyte.vuhuni@gmail.com>2022-01-18 13:53:17 +0200
committerAndrei Vasiliu <whyte.vuhuni@gmail.com>2022-01-21 10:17:50 +0200
commite378bc4a2c5590047b42cd4f8e244396125cb428 (patch)
tree887f61ef11703e566b1f8dcb287c9994521b13a1 /APPSERVICES.md
parent13ae036ca04b4ebd427444252ef9856b3028b7ac (diff)
downloadconduit-e378bc4a2c5590047b42cd4f8e244396125cb428.zip
Refactor admin commands to use structopt
Diffstat (limited to 'APPSERVICES.md')
-rw-r--r--APPSERVICES.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/APPSERVICES.md b/APPSERVICES.md
index 894bc6f..257166e 100644
--- a/APPSERVICES.md
+++ b/APPSERVICES.md
@@ -18,7 +18,7 @@ First, go into the #admins room of your homeserver. The first person that
registered on the homeserver automatically joins it. Then send a message into
the room like this:
- @conduit:your.server.name: register_appservice
+ @conduit:your.server.name: register-appservice
```
paste
the
@@ -31,7 +31,7 @@ the room like this:
```
You can confirm it worked by sending a message like this:
-`@conduit:your.server.name: list_appservices`
+`@conduit:your.server.name: list-appservices`
The @conduit bot should answer with `Appservices (1): your-bridge`
@@ -46,9 +46,9 @@ could help.
To remove an appservice go to your admin room and execute
-```@conduit:your.server.name: unregister_appservice <name>```
+```@conduit:your.server.name: unregister-appservice <name>```
-where `<name>` one of the output of `list_appservices`.
+where `<name>` one of the output of `list-appservices`.
### Tested appservices