123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- {
- "Name": "Introductions",
- "ClassName": "Introductions",
- "Enabled": true,
- "ChannelBlacklist": [],
- "NickBlacklist": [],
- "Commands": [
- {
- "Name": "Introduction",
- "Description": "Modify your introductions or view them.",
- "Enabled": true,
- "ChannelBlacklist": [],
- "NickBlacklist": [],
- "Triggers": [
- "intro"
- ],
- "Arguments": [
- {
- "Name": "Channel",
- "Description": "The channel you want to modify the intro on.",
- "AllowedValues": [],
- "DependentArguments": [],
- "MessageTypes": [
- 1,
- 2
- ],
- "Required": true
- },
- {
- "Name": "Method",
- "Description": "What you want to do with the introduction.",
- "AllowedValues": [
- "Add",
- "Edit",
- "Del",
- "View"
- ],
- "MessageTypes": [
- 0,
- 1,
- 2
- ],
- "Required": true
- },
- {
- "Name": "ID",
- "Description": "The ID of the introduction you want to edit or delete.",
- "AllowedValues": [],
- "DependentArguments": [
- {
- "Name": "Method",
- "Values": [
- "Edit",
- "Del"
- ]
- }
- ],
- "MessageTypes": [
- 0,
- 1,
- 2
- ],
- "Required": true
- },
- {
- "Name": "ID",
- "Description": "The ID of the introduction you want to view.",
- "AllowedValues": [],
- "DependentArguments": [
- {
- "Name": "Method",
- "Values": [
- "View"
- ]
- }
- ],
- "MessageTypes": [
- 0,
- 1,
- 2
- ],
- "Required": false
- },
- {
- "Name": "Message",
- "Description": "The message you want to set as your introduction.",
- "AllowedValues": [],
- "DependentArguments": [
- {
- "Name": "Method",
- "Values": [
- "Add",
- "Edit"
- ]
- }
- ],
- "MessageTypes": [
- 0,
- 1,
- 2
- ],
- "Required": true
- }
- ],
- "AllowedMessageTypes": [
- 0,
- 1,
- 2
- ],
- "AllowedAccess": [
- 0,
- 1,
- 2,
- 3,
- 4,
- 5,
- 6
- ],
- "ShowHelp": true,
- "SpamCheck": true
- }
- ],
- "Options": [
- {
- "Name": "Max Introductions",
- "Description": "The maximum number of introductions allowed for a nick on a given channel.",
- "Value": 5
- }
- ]
- }
|