corrade-lsl-templates – Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
4 office 1 ####################### START CONFIGURATION ##################################
2  
3 # All these settings must correspond to the settings in Corrade.ini.
4  
5 # This is the UUID of the Corrade bot.
6 corrade = "3ade3b74-378d-4fa1-88e6-96ea45d942bb"
7  
8 # The name of the group - it can also be the UUID of the group.
9 group = "My Group"
10  
11 # The password for the group.
12 password = "mypassword"
13  
14 # The dialog menu items to press as a CSV list: this must be a list of exact button names that Corrade
15 # will press. If multiple buttons share the same name, only the first match will be chosen.
16 #
17 # This CSV string follows RFC4180 and read with wasListToCSV instead of llCSV2List (!)
18 response = "AUTO,60,-->>"
19  
20 ####################### END CONFIGURATION ###################################