mirror of
https://github.com/octoleo/telegram-bot-bash.git
synced 2024-10-31 23:52:30 +00:00
19 lines
445 B
Plaintext
19 lines
445 B
Plaintext
# file: botacl
|
|
# a user not listed here, will return false from 'user_is_allowed'
|
|
#
|
|
#### $$VERSION$$ v0.98-pre2-0-ga597303
|
|
# 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
|