Browse Source

syncing the help text with the readme file

master
manetta 3 years ago
parent
commit
e0ff0ee72a
  1. 21
      LogBot/README.md

21
LogBot/README.md

@ -2,20 +2,25 @@
A small XMPP bot written in Python that logs XMPP conversations into a HTML page, allowing collaborative log writing over time. A small XMPP bot written in Python that logs XMPP conversations into a HTML page, allowing collaborative log writing over time.
The bot is used in group chats, where it includes all images that are send to the group and all messages that include `@logbot`. The bot is used in group chats, where it includes all images that are send to the group and all messages that include `@logbot` or `logbot` or `logbot:`.
*work-in-progress* *work-in-progress*
## How to use LogBot? ## How to use LogBot?
```
*Oh dear, logbot is here!* *Oh dear, logbot is here!*
* `@logbot`: send a message to the groupchat with `@logbot` and it will add the whole message to the log (You can speak to the bot using @logbot or logbot:)
* send an image to the groupchat, it will add it to the log <image>: Your image is added to the log.
* `@delete <num>` Delete posts from the log. For example: @logbot @delete 5 logbot @help: Print this message
* `@bots`: To see who is around :) logbot @add <message>: Add a message to the log.
* `@uptime`: To check how long @logbot has been around logbot @delete <num>: Delete posts from the log. For example: @logbot @delete 5
* `@help`: Print this message logbot @title <string>: Set the title of your log.
logbot @style <element> <css-rule>: Edit the css of your log. For example: logbot @style body background-color: pink; [future-feature]
logbot @uptime: To check how long @logbot has been around
@bots: To see who is around :)
```
## Situated tails ## Situated tails
@ -25,4 +30,4 @@ The bot is used in group chats, where it includes all images that are send to th
## Requirements ## Requirements
* [xbotlib](https://git.vvvvvvaria.org/decentral1se/xbotlib) * [xbotlib](https://git.vvvvvvaria.org/decentral1se/xbotlib)

Loading…
Cancel
Save