telegram-bot-bash/examples/send-system-status/botacl

19 lines
440 B
Plaintext
Raw Normal View History

2019-04-30 13:48:55 +00:00
# file: botacl
# a user not listed here, will return false from 'user_is_allowed'
#
2021-06-03 12:21:40 +00:00
#### $$VERSION$$ v1.51-0-g6e66a28
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