corrade-lsl-templates – Blame information for rev 10

Subversion Repositories:
Rev:
Rev Author Line No. Line
8 office 1 ########################## START CONFIGURATION ############################
2  
3 # This is a configuration notecard based on the key-value data Wizardry and
4 # Steamworks reader. Everything following the "#" character is ignored
5 # along with blank lines. Values can be set for various parameters in a
6 # simple and understandable format with the following syntax:
7 # KEY = "VALUE"
8 # Every time you change this configuration notecard, the script will reset
9 # itself and the new configuration will be read from this notecard.
10  
11 # The "corrade", "group" and "password" settings must correspond to your
12 # settings in Corrade.ini otherwise the script will not work at all.
13  
14 # Set this to the UUID of the Corrade bot.
15 # Corrade Resident
16 corrade = "2783a9d0-7e5d-4598-b127-d88ebdf1091d"
17  
18 # The name of the group - it can also be the UUID of the group.
19 group = "My Group"
20  
21 # The password for the group.
22 password = "mypassword"
23  
10 office 24 # The version that this template is compatible with.
8 office 25 version = 9.163
26  
10 office 27 # The character to use for commands.
28 command = @
29  
8 office 30 # The range for the dice rolling command (inclusive).
31 roll range = 3,64
32  
33 # The roles that are eligible for administrative group functions.
34 admin roles = Owners,Officers,Ecto
35  
36 # Restrict wiki operations to admin roles.
37 restricted wiki = True
38  
39 ########################### END CONFIGURATION #############################