version bump, update readme
This commit is contained in:
@@ -7,6 +7,12 @@ supposed to be.
|
|||||||
|
|
||||||
# features
|
# features
|
||||||
|
|
||||||
|
## greet new users on joining a room
|
||||||
|
|
||||||
|
configure your bot to send a custom greeting to users whenever they join a room! configuration file provides a greeting
|
||||||
|
map (define multiple greetings each with an identifier) and then a configuration of which rooms to greet users in, and
|
||||||
|
which greeting message the bot should send them.
|
||||||
|
|
||||||
## activity tracking and reporting
|
## activity tracking and reporting
|
||||||
|
|
||||||
tracks the last message timestamp of a user across any room that the bot is in, and generates a simple report. intended
|
tracks the last message timestamp of a user across any room that the bot is in, and generates a simple report. intended
|
||||||
@@ -52,6 +58,4 @@ to manage room admins. the bot will also invite other users to these new rooms a
|
|||||||
install this like any other maubot plugin: zip the contents of this repo into a file and upload via the web interface,
|
install this like any other maubot plugin: zip the contents of this repo into a file and upload via the web interface,
|
||||||
or use the `mbc` utility to package and upload to your maubot server.
|
or use the `mbc` utility to package and upload to your maubot server.
|
||||||
|
|
||||||
be sure to give your bot permission to kick people from all rooms, otherwise management features will not work! for
|
be sure to give your bot permission to kick people from all rooms, otherwise management features will not work!
|
||||||
more robust management, check out the [welcome](https://github.com/williamkray/maubot-welcome),
|
|
||||||
[join](https://github.com/williamkray/maubot-join) plugins as well.
|
|
||||||
|
|||||||
+1
-1
@@ -44,7 +44,7 @@ greetings:
|
|||||||
alarmed.
|
alarmed.
|
||||||
|
|
||||||
# which of the above greetings should be used in which rooms? use the exact name of each greeting
|
# which of the above greetings should be used in which rooms? use the exact name of each greeting
|
||||||
# you've assigned, e.g. 'generic' or 'encrypted'
|
# you've assigned, e.g. 'generic' or 'encrypted'. you must use the room ID here.
|
||||||
greeting_rooms:
|
greeting_rooms:
|
||||||
'!someroomid:server.tld': generic
|
'!someroomid:server.tld': generic
|
||||||
'!someotherroom:server.tld': generic
|
'!someotherroom:server.tld': generic
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
maubot: 0.1.0
|
maubot: 0.1.0
|
||||||
id: org.jobmachine.communitybot
|
id: org.jobmachine.communitybot
|
||||||
version: 0.0.2
|
version: 0.1.0
|
||||||
license: MIT
|
license: MIT
|
||||||
modules:
|
modules:
|
||||||
- community
|
- community
|
||||||
|
|||||||
Reference in New Issue
Block a user