corrade-lsl-templates – Blame information for rev 11

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.
11 office 15 # Ecto Resident
16 corrade = "2ac12631-b9e8-4ec2-822e-946591a41469"
8 office 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  
11 office 24 # The notification tag - any string you can come up with except the empty string.
25 notification tag = "5dfea3c3-1d70-4477-89a8-835072fbb6fa"
8 office 26  
11 office 27 # The version that this template is compatible with (no need to change).
28 version = 9.164
29  
10 office 30 # The character to use for commands.
31 command = @
32  
8 office 33 # The range for the dice rolling command (inclusive).
34 roll range = 3,64
35  
11 office 36 # The roles that are eligible for administrative group functions such as "eject".
8 office 37 admin roles = Owners,Officers,Ecto
38  
39 # Restrict wiki operations to admin roles.
40 restricted wiki = True
41  
11 office 42 # Wiki database table.
43 wiki table = "corrade-eggdrop-wiki"
44  
45 # MOTD database table.
46 motd table = "corrade-eggdrop-motd"
47  
48 # The name of the help notecard in this primitive's inventory.
49 help card = "[WaS] Corrade: Eggdrop - Help Card"
50  
8 office 51 ########################### END CONFIGURATION #############################