corrade-lsl-templates – Blame information for rev 23

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
23 office 16 corrade = "d726edfb-a1c4-4499-8c01-2746227b55e5"
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.
23 office 25 nickname = "ecto"
15 office 26  
11 office 27 # The notification tag - any string you can come up with except the empty string.
23 office 28 notification tag = "147d8bf1-4fbc-4c31-b0ea-1d2a72a41041"
8 office 29  
23 office 30 ## Corrade AI module parameters.
31 # Subscription ID
32 ai subscription = "ee12b9b4-87e7-41e2-84a6-e505e32aaa0b"
33 # Host
34 ai host = "127.0.0.1"
35 # Port
36 ai port = "1443"
37 # Username
38 ai username = "corrade"
39 # Secret
40 ai secret = "corrade"
41  
11 office 42 # The version that this template is compatible with (no need to change).
23 office 43 version = 10.0
11 office 44  
10 office 45 # The character to use for commands.
46 command = @
47  
8 office 48 # The range for the dice rolling command (inclusive).
49 roll range = 3,64
50  
11 office 51 # The roles that are eligible for administrative group functions such as "eject".
8 office 52 admin roles = Owners,Officers,Ecto
53  
11 office 54 # Wiki database table.
55 wiki table = "corrade-eggdrop-wiki"
56  
15 office 57 # The number of records to be retrieved from a namespace.
58 # This limit works around LSL HTTP limitations not being able to receive more than 2KiB.
59 wiki results limit = 15
60  
61 # How many paths in total should be returned when looking up data.
62 wiki search limit = 5
63  
11 office 64 # MOTD database table.
65 motd table = "corrade-eggdrop-motd"
66  
23 office 67 # Database table for jokes.
68 joke table = "corrade-eggdrop-joke"
69  
11 office 70 # The name of the help notecard in this primitive's inventory.
15 office 71 help card = "Help"
11 office 72  
8 office 73 ########################### END CONFIGURATION #############################