29 lines
684 B
JSON
29 lines
684 B
JSON
|
|
{
|
||
|
|
"id": "irc",
|
||
|
|
"name": "IRC",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"label": "IRC",
|
||
|
|
"aliases": ["internet-relay-chat"],
|
||
|
|
"description": "IRC (Internet Relay Chat) channel plugin for ForcePilot",
|
||
|
|
"author": "ForcePilot",
|
||
|
|
"order": 80,
|
||
|
|
"dependencies": [],
|
||
|
|
"enabled": true,
|
||
|
|
"python_requires": ">=3.12",
|
||
|
|
"capabilities": {
|
||
|
|
"chat_types": ["direct", "group"],
|
||
|
|
"message_types": ["text"],
|
||
|
|
"reactions": false,
|
||
|
|
"typing_indicator": false,
|
||
|
|
"threads": false,
|
||
|
|
"edit": false,
|
||
|
|
"unsend": false,
|
||
|
|
"reply": true,
|
||
|
|
"media": false,
|
||
|
|
"native_commands": false,
|
||
|
|
"polls": false,
|
||
|
|
"streaming": true,
|
||
|
|
"streaming_mode": "block",
|
||
|
|
"block_streaming": true
|
||
|
|
}
|
||
|
|
}
|