1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "Name": "Search",
- "ClassName": "Search",
- "Enabled": true,
- "ChannelBlacklist": [],
- "NickBlacklist": [],
- "Commands": [
- {
- "Name": "Google",
- "Description": "Searches Google for your query and returns the first result.",
- "Enabled": true,
- "ChannelBlacklist": [],
- "NickBlacklist": [],
- "Triggers": [
- "g",
- "google"
- ],
- "Arguments": [
- {
- "Name": "Query",
- "Description": "The query you want to search for.",
- "AllowedValues": [],
- "MessageTypes": [
- 0,
- 1,
- 2
- ],
- "Required": true
- }
- ],
- "AllowedMessageTypes": [
- 0,
- 1,
- 2
- ],
- "AllowedAccess": [
- 0,
- 1,
- 2,
- 3,
- 4,
- 5,
- 6
- ],
- "ShowHelp": true,
- "SpamCheck": true
- }
- ],
- "Options": []
- }
|