123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- {
- "Name": "Weather Information",
- "ClassName": "Weather_Information",
- "Enabled": true,
- "ChannelBlacklist": [],
- "NickBlacklist": [],
- "Commands": [
- {
- "Name": "Weather",
- "Description": "Gets the current weather information for a given location.",
- "Enabled": true,
- "ChannelBlacklist": [],
- "NickBlacklist": [],
- "Triggers": [
- "w",
- "weather"
- ],
- "Arguments": [
- {
- "Name": "Location",
- "Description": "The location that the weather information is for.",
- "AllowedValues": [],
- "MessageTypes": [
- 0,
- 1,
- 2
- ],
- "Required": true
- }
- ],
- "AllowedMessageTypes": [
- 0,
- 1,
- 2
- ],
- "AllowedAccess": [
- 0,
- 1,
- 2,
- 3,
- 4,
- 5,
- 6
- ],
- "ShowHelp": true,
- "SpamCheck": true
- },
- {
- "Name": "Forecast",
- "Description": "Gets the weather forecast for a given location for at most 6 days.",
- "Enabled": true,
- "ChannelBlacklist": [],
- "NickBlacklist": [],
- "Triggers": [
- "f",
- "forecast"
- ],
- "Arguments": [
- {
- "Name": "Location",
- "Description": "The location that the weather forecast is for.",
- "AllowedValues": [],
- "MessageTypes": [
- 0,
- 1,
- 2
- ],
- "Required": true
- },
- {
- "Name": "Days",
- "Description": "The number of days of forecast information.",
- "AllowedValues": [],
- "MessageTypes": [
- 0,
- 1,
- 2
- ],
- "Required": false
- }
- ],
- "AllowedMessageTypes": [
- 0,
- 1,
- 2
- ],
- "AllowedAccess": [
- 0,
- 1,
- 2,
- 3,
- 4,
- 5,
- 6
- ],
- "ShowHelp": true,
- "SpamCheck": true
- }
- ],
- "Options": []
- }
|