2019-04-30 13:48:55 +00:00
|
|
|
# file: botacl
|
|
|
|
# a user not listed here, will return false from 'user_is_allowed'
|
|
|
|
#
|
2022-06-27 18:18:58 +00:00
|
|
|
#### $$VERSION$$ v1.52-1-g0dae2db
|
2019-04-30 13:48:55 +00:00
|
|
|
# Format:
|
2020-06-23 14:35:50 +00:00
|
|
|
# user:resource:chat
|
2019-04-30 13:48:55 +00:00
|
|
|
|
|
|
|
# allow user 123456789 access to all resources in all chats
|
|
|
|
123456789:*:*
|
|
|
|
|
|
|
|
# allow user 12131415 to request systemstatus in all chats
|
|
|
|
12131415:systemstatus:*
|
|
|
|
|
|
|
|
# * are only allowed on the right hand side and not for user!
|
2020-06-23 14:35:50 +00:00
|
|
|
# the following examples are NOT valid!
|
2019-04-30 13:48:55 +00:00
|
|
|
*:*:*
|
|
|
|
*:start:*
|
|
|
|
*:*:98979695
|