2015-04-10 23:54:09 +02:00
|
|
|
; how often get data from serwer
|
|
|
|
interval = 2500 ; milliseconds
|
|
|
|
|
2015-04-12 16:17:03 +02:00
|
|
|
; Authorizations (comma separated)
|
2015-04-12 15:35:06 +02:00
|
|
|
auth=*:
|
2015-04-12 16:17:03 +02:00
|
|
|
; Explanations:
|
|
|
|
; *: (default) means all users can access the no name room
|
|
|
|
; user:room means the user is allowed to room
|
|
|
|
; *:room is a room opened to all
|
|
|
|
; user:* is a user allowed to any room
|
|
|
|
; user: is a user allowed to the no name room
|
2015-04-10 23:54:09 +02:00
|
|
|
; Example:
|
2015-04-12 15:35:06 +02:00
|
|
|
;auth = John:Game,John:Family,Mary:Game,Tim:Family,admin:*,*:Public,*:
|
2015-04-10 23:54:09 +02:00
|
|
|
|