corrade-lsl-templates – Diff between revs 15 and 23

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 15 Rev 23
Line 11... Line 11...
11 # The "corrade", "group" and "password" settings must correspond to your 11 # The "corrade", "group" and "password" settings must correspond to your
12 # settings in Corrade.ini otherwise the script will not work at all. 12 # settings in Corrade.ini otherwise the script will not work at all.
Line 13... Line 13...
13   13  
14 # Set this to the UUID of the Corrade bot. 14 # Set this to the UUID of the Corrade bot.
15 # Ecto Resident 15 # Ecto Resident
Line 16... Line 16...
16 corrade = "861eb918-0be7-4aa1-a6ed-d495f99c2af3" 16 corrade = "d726edfb-a1c4-4499-8c01-2746227b55e5"
17   17  
Line 18... Line 18...
18 # The name of the group - it can also be the UUID of the group. 18 # The name of the group - it can also be the UUID of the group.
19 group = "My Group" 19 group = "My Group"
Line 20... Line 20...
20   20  
21 # The password for the group. 21 # The password for the group.
Line 22... Line 22...
22 password = "mypassword" 22 password = "mypassword"
23   23  
-   24 # A short nickname for the bot - something you would call it for short.
-   25 nickname = "ecto"
-   26  
-   27 # The notification tag - any string you can come up with except the empty string.
-   28 notification tag = "147d8bf1-4fbc-4c31-b0ea-1d2a72a41041"
-   29  
-   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
Line 24... Line 36...
24 # A short nickname for the bot - something you would call it for short. 36 ai port = "1443"
25 nickname = "corrade" 37 # Username
Line 26... Line 38...
26   38 ai username = "corrade"
27 # The notification tag - any string you can come up with except the empty string. 39 # Secret
Line 28... Line 40...
28 notification tag = "bf712608-4132-45c2-b770-bcdfa32146ba" 40 ai secret = "corrade"
Line 50... Line 62...
50 wiki search limit = 5 62 wiki search limit = 5
Line 51... Line 63...
51   63  
52 # MOTD database table. 64 # MOTD database table.
Line -... Line 65...
-   65 motd table = "corrade-eggdrop-motd"
-   66  
-   67 # Database table for jokes.
53 motd table = "corrade-eggdrop-motd" 68 joke table = "corrade-eggdrop-joke"
54   69  
Line 55... Line -...
55 # The name of the help notecard in this primitive's inventory. -  
56 help card = "Help" -  
57   -  
58 # All joke notecards have the following string in their name (case sensitive). 70 # The name of the help notecard in this primitive's inventory.