corrade-lsl-templates – Blame information for rev 15

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
15 office 16 corrade = "861eb918-0be7-4aa1-a6ed-d495f99c2af3"
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  
15 office 24 # A short nickname for the bot - something you would call it for short.
25 nickname = "corrade"
26  
11 office 27 # The notification tag - any string you can come up with except the empty string.
15 office 28 notification tag = "bf712608-4132-45c2-b770-bcdfa32146ba"
8 office 29  
11 office 30 # The version that this template is compatible with (no need to change).
15 office 31 version = 9.173
11 office 32  
10 office 33 # The character to use for commands.
34 command = @
35  
8 office 36 # The range for the dice rolling command (inclusive).
37 roll range = 3,64
38  
11 office 39 # The roles that are eligible for administrative group functions such as "eject".
8 office 40 admin roles = Owners,Officers,Ecto
41  
11 office 42 # Wiki database table.
43 wiki table = "corrade-eggdrop-wiki"
44  
15 office 45 # The number of records to be retrieved from a namespace.
46 # This limit works around LSL HTTP limitations not being able to receive more than 2KiB.
47 wiki results limit = 15
48  
49 # How many paths in total should be returned when looking up data.
50 wiki search limit = 5
51  
11 office 52 # MOTD database table.
53 motd table = "corrade-eggdrop-motd"
54  
55 # The name of the help notecard in this primitive's inventory.
15 office 56 help card = "Help"
11 office 57  
15 office 58 # All joke notecards have the following string in their name (case sensitive).
59 jokes = "Jokes"
60  
8 office 61 ########################### END CONFIGURATION #############################