telegram-bot-bash/examples/send-system-status/botacl
Kay Marquardt (Gnadelwartz) 3a2f58c535 Bashbot Version 0.90-rc1
2019-05-30 20:11:05 +02:00

19 lines
444 B
Plaintext

# file: botacl
# a user not listed here, will return false from 'user_is_allowed'
#
#### $$VERSION$$ v0.90-rc1-0-ge80b98a
# Format:
# user:ressource: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 exaples are NOT valid!
*:*:*
*:start:*
*:*:98979695