forked from Uncled1023/Combot
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
1.2 KiB
60 lines
1.2 KiB
{ |
|
"Name": "Seen", |
|
"ClassName": "Seen", |
|
"Enabled": true, |
|
"ChannelBlacklist": [], |
|
"NickBlacklist": [], |
|
"Commands": [ |
|
{ |
|
"Name": "Seen", |
|
"Description": "Displays the last seen action of a nick.", |
|
"Enabled": true, |
|
"ChannelBlacklist": [], |
|
"NickBlacklist": [], |
|
"Triggers": [ |
|
"seen" |
|
], |
|
"Arguments": [ |
|
{ |
|
"Name": "Nickname", |
|
"Description": "The nickname you want to view the information on.", |
|
"AllowedValues": [], |
|
"MessageTypes": [ |
|
0, |
|
1, |
|
2 |
|
], |
|
"Required": true |
|
}, |
|
{ |
|
"Name": "Channel", |
|
"Description": "The channel you want to get last seen information for.", |
|
"AllowedValues": [], |
|
"MessageTypes": [ |
|
0, |
|
1, |
|
2 |
|
], |
|
"Required": false |
|
} |
|
], |
|
"AllowedMessageTypes": [ |
|
0, |
|
1, |
|
2 |
|
], |
|
"AllowedAccess": [ |
|
0, |
|
1, |
|
2, |
|
3, |
|
4, |
|
5, |
|
6 |
|
], |
|
"ShowHelp": true, |
|
"SpamCheck": true |
|
} |
|
], |
|
"Options": [] |
|
} |