corrade-lsl-templates – Blame information for rev 5

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 = "4fab7014-5343-4f87-877d-0b5bdf0dbd41"
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 = "My Password"
13  
14 # The punishment for uttering a bad word in group chat. This can be set to "mute" which takes away the
15 # typing capabilities of the offender or "eject" which ejects the offender from the group.
16 punishment = "eject"
17  
18 # The characters to split the messages on as a list of characters.
19 split = " .,"
20  
21 # A list of avatars to notify when Corrade punishes an avatar.
22 announce = "Gonor Mana, Stuff Resident"
23  
24 ####################### END CONFIGURATION ###################################