123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247 |
- {
- "Name": "Fun",
- "ClassName": "Fun",
- "Enabled": true,
- "ChannelBlacklist": [],
- "NickBlacklist": [],
- "Commands": [
- {
- "Name": "Love",
- "Description": "Sends love to a nick.",
- "Enabled": true,
- "ChannelBlacklist": [],
- "NickBlacklist": [],
- "Triggers": [
- "love"
- ],
- "Arguments": [
- {
- "Name": "Channel",
- "Description": "The channel you want to send the loving to.",
- "AllowedValues": [],
- "DependentArguments": [],
- "MessageTypes": [
- 1,
- 2
- ],
- "Required": true
- },
- {
- "Name": "Nickname",
- "Description": "The nickname you want to send love to.",
- "AllowedValues": [],
- "MessageTypes": [
- 0,
- 1,
- 2
- ],
- "Required": false
- }
- ],
- "AllowedMessageTypes": [
- 0,
- 1,
- 2
- ],
- "AllowedAccess": [
- 0,
- 1,
- 2,
- 3,
- 4,
- 5,
- 6
- ],
- "ShowHelp": true,
- "SpamCheck": true
- },
- {
- "Name": "Hug",
- "Description": "Hugs a nick.",
- "Enabled": true,
- "ChannelBlacklist": [],
- "NickBlacklist": [],
- "Triggers": [
- "hug"
- ],
- "Arguments": [
- {
- "Name": "Channel",
- "Description": "The channel you want to send the hug to.",
- "AllowedValues": [],
- "DependentArguments": [],
- "MessageTypes": [
- 1,
- 2
- ],
- "Required": true
- },
- {
- "Name": "Nickname",
- "Description": "The nickname you want to get hugged.",
- "AllowedValues": [],
- "MessageTypes": [
- 0,
- 1,
- 2
- ],
- "Required": false
- }
- ],
- "AllowedMessageTypes": [
- 0,
- 1,
- 2
- ],
- "AllowedAccess": [
- 0,
- 1,
- 2,
- 3,
- 4,
- 5,
- 6
- ],
- "ShowHelp": true,
- "SpamCheck": true
- },
- {
- "Name": "Slap",
- "Description": "Slaps a nick.",
- "Enabled": true,
- "ChannelBlacklist": [],
- "NickBlacklist": [],
- "Triggers": [
- "slap"
- ],
- "Arguments": [
- {
- "Name": "Channel",
- "Description": "The channel you want to send the slap to.",
- "AllowedValues": [],
- "DependentArguments": [],
- "MessageTypes": [
- 1,
- 2
- ],
- "Required": true
- },
- {
- "Name": "Nickname",
- "Description": "The nickname you want to get slapped.",
- "AllowedValues": [],
- "MessageTypes": [
- 0,
- 1,
- 2
- ],
- "Required": false
- }
- ],
- "AllowedMessageTypes": [
- 0,
- 1,
- 2
- ],
- "AllowedAccess": [
- 0,
- 1,
- 2,
- 3,
- 4,
- 5,
- 6
- ],
- "ShowHelp": true,
- "SpamCheck": true
- },
- {
- "Name": "Brazilian Laugh",
- "Description": "Makes the bot laugh as a brazilian would.",
- "Enabled": true,
- "ChannelBlacklist": [],
- "NickBlacklist": [],
- "Triggers": [
- "br"
- ],
- "Arguments": [],
- "AllowedMessageTypes": [
- 0,
- 1,
- 2
- ],
- "AllowedAccess": [
- 0,
- 1,
- 2,
- 3,
- 4,
- 5,
- 6
- ],
- "ShowHelp": true,
- "SpamCheck": true
- },
- {
- "Name": ".NET",
- "Description": "Declares how superior .NET is.",
- "Enabled": true,
- "ChannelBlacklist": [],
- "NickBlacklist": [],
- "Triggers": [
- "net"
- ],
- "Arguments": [],
- "AllowedMessageTypes": [
- 0,
- 1,
- 2
- ],
- "AllowedAccess": [
- 0,
- 1,
- 2,
- 3,
- 4,
- 5,
- 6
- ],
- "ShowHelp": true,
- "SpamCheck": true
- },
- {
- "Name": "Bot Response",
- "Description": "Responds with a message signifying that it is a bot.",
- "Enabled": true,
- "ChannelBlacklist": [],
- "NickBlacklist": [],
- "Triggers": [
- "bots"
- ],
- "Arguments": [],
- "AllowedMessageTypes": [
- 0,
- 1,
- 2
- ],
- "AllowedAccess": [
- 0,
- 1,
- 2,
- 3,
- 4,
- 5,
- 6
- ],
- "ShowHelp": true,
- "SpamCheck": true
- }
- ],
- "Options": [
- {
- "Name": "Response",
- "Description": "The response you want the bot to give for a Bot Response command.",
- "Value": "Reporting In! [C#]"
- }
- ]
- }
|