corrade-lsl-templates – Blame information for rev 42

Subversion Repositories:
Rev:
Rev Author Line No. Line
8 office 1 ########################## START CONFIGURATION ############################
2  
3 # The "corrade", "group" and "password" settings must correspond to your
42 office 4 # Corrade settings otherwise the script will not work at all.
8 office 5  
6 # Set this to the UUID of the Corrade bot.
11 office 7 # Ecto Resident
42 office 8 corrade = "ced1d317-a32c-443d-a47f-cab329e77948"
8 office 9  
10 # The name of the group - it can also be the UUID of the group.
11 group = "My Group"
12  
13 # The password for the group.
14 password = "mypassword"
15  
15 office 16 # A short nickname for the bot - something you would call it for short.
23 office 17 nickname = "ecto"
15 office 18  
11 office 19 # The notification tag - any string you can come up with except the empty string.
42 office 20 notification tag = "119cb10d-3416-4d44-8f42-27c223bba0f3"
8 office 21  
11 office 22 # The version that this template is compatible with (no need to change).
42 office 23 version = 11.0
11 office 24  
10 office 25 # The character to use for commands.
26 command = @
27  
8 office 28 # The range for the dice rolling command (inclusive).
29 roll range = 3,64
30  
11 office 31 # The roles that are eligible for administrative group functions such as "eject".
42 office 32 admin roles = Owners,Officers,Moderators
8 office 33  
11 office 34 # Wiki database table.
35 wiki table = "corrade-eggdrop-wiki"
36  
15 office 37 # The number of records to be retrieved from a namespace.
38 # This limit works around LSL HTTP limitations not being able to receive more than 2KiB.
39 wiki results limit = 15
40  
41 # How many paths in total should be returned when looking up data.
42 wiki search limit = 5
43  
11 office 44 # MOTD database table.
45 motd table = "corrade-eggdrop-motd"
46  
23 office 47 # Database table for jokes.
48 joke table = "corrade-eggdrop-joke"
49  
42 office 50 # Activity database table.
51 activity table = "corrade-eggdrop-activity"
52  
53 # Reminders table
54 reminders table = "corrade-eggdrop-reminders"
55  
56 # If the group has a subscription fee, should it be paid back after the new member joined?
57 pay back = true
58  
11 office 59 # The name of the help notecard in this primitive's inventory.
15 office 60 help card = "Help"
11 office 61  
42 office 62 # The name of the home region.
63 home region = "Puguet Sound"
64  
65 # This template also processes Discord messages, please see:
66 # http://grimore.org/secondlife/scripted_agents/corrade/projects/external_services/synchronize_group_chat_and_discord
67 # on how to set up the Corrade Group to Discord synchronization.
68 # The following is a list of Discord user IDs that will be allowed to execute administrative commands.
69 discord admin = "was#5255"
70  
71 ## Jenkins CI integration
72 # Jenkins HTTP user and password
73 jenkins user = jenkins
74 jenkins password = mainpassword
75 jenkins host = jenkins.dev.net
76  
77  
8 office 78 ########################### END CONFIGURATION #############################