telegram-bot-bash/examples/send-system-status/botacl
Kay Marquardt (Gnadelwartz) 369124bada Bashbot Version 1.5
2021-03-10 08:39:17 +01:00

19 lines
439 B
Plaintext

# file: botacl
# a user not listed here, will return false from 'user_is_allowed'
#
#### $$VERSION$$ v1.5-0-g8adca9b
# Format:
# user:resource:chat
# 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!
# the following examples are NOT valid!
*:*:*
*:start:*
*:*:98979695