123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- {
- "Name": "About",
- "ClassName": "About",
- "Enabled": true,
- "ChannelBlacklist": [],
- "NickBlacklist": [],
- "Commands": [
- {
- "Name": "About",
- "Description": "Displays information about this bot.",
- "Enabled": true,
- "ChannelBlacklist": [],
- "NickBlacklist": [],
- "Triggers": [
- "about"
- ],
- "Arguments": [],
- "AllowedMessageTypes": [
- 0,
- 1,
- 2
- ],
- "AllowedAccess": [
- 0,
- 1,
- 2,
- 3,
- 4,
- 5,
- 6
- ],
- "ShowHelp": true,
- "SpamCheck": true
- },
- {
- "Name": "Source",
- "Description": "Displays the location for the source code of the bot.",
- "Enabled": true,
- "ChannelBlacklist": [],
- "NickBlacklist": [],
- "Triggers": [
- "source"
- ],
- "Arguments": [],
- "AllowedMessageTypes": [
- 0,
- 1,
- 2
- ],
- "AllowedAccess": [
- 0,
- 1,
- 2,
- 3,
- 4,
- 5,
- 6
- ],
- "ShowHelp": true,
- "SpamCheck": true
- },
- {
- "Name": "Uptime",
- "Description": "Displays the time the bot has been connected to the server since last disconnect.",
- "Enabled": true,
- "ChannelBlacklist": [],
- "NickBlacklist": [],
- "Triggers": [
- "uptime"
- ],
- "Arguments": [],
- "AllowedMessageTypes": [
- 0,
- 1,
- 2
- ],
- "AllowedAccess": [
- 0,
- 1,
- 2,
- 3,
- 4,
- 5,
- 6
- ],
- "ShowHelp": true,
- "SpamCheck": true
- },
- {
- "Name": "Runtime",
- "Description": "Displays the time the bot has been running.",
- "Enabled": true,
- "ChannelBlacklist": [],
- "NickBlacklist": [],
- "Triggers": [
- "runtime"
- ],
- "Arguments": [],
- "AllowedMessageTypes": [
- 0,
- 1,
- 2
- ],
- "AllowedAccess": [
- 0,
- 1,
- 2,
- 3,
- 4,
- 5,
- 6
- ],
- "ShowHelp": true,
- "SpamCheck": true
- }
- ],
- "Options": [
- {
- "Name": "Source Code",
- "Description": "The location of the source code for the bot.",
- "Value": "https://github.com/uncled1023/Combot"
- }
- ]
- }
|