corrade-group-linguistics – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 ###########################################################################
2 ## Copyright (C) 2019 Wizardry and Steamworks - License: CC BY 2.0 ##
3 ###########################################################################
4  
5 sentiment:
6 commands:
7 # The command to retrieve sentiment metrics.
8 sentiment: '#sentiment'
9 # The command to retrieve token counts.
10 tokens: '#tokens'
11  
12 corrade:
13 # The Corrade configured group.
14 group: "[Wizardry and Steamworks]:Support"
15 # The password for the configured group.
16 password: "mygrouppassword"
17 # An MQTT URL: IP address and port number of the Corrade MQTT server.
18 # The IP address cannot be 0.0.0.0!
19 mqtt: "mqtt://192.168.1.1:1884"
20 # The bot in-world first name.
21 firstname: Ectogram
22 # The bot in-world last name.
23 lastname: Resident
24