Files
metabuilder/packages/irc_webchat/seed/scripts/manifest.json
T

41 lines
1.0 KiB
JSON

{
"scripts": [
{
"file": "init.lua",
"name": "init",
"category": "lifecycle",
"description": "Lifecycle hooks for installation and removal"
},
{
"file": "send_message.lua",
"name": "send_message",
"category": "commands",
"description": "Send a chat message to a channel"
},
{
"file": "handle_command.lua",
"name": "handle_command",
"category": "commands",
"description": "Process IRC commands like /help, /users, /clear, /me"
},
{
"file": "format_time.lua",
"name": "format_time",
"category": "formatting",
"description": "Format timestamps for display"
},
{
"file": "user_join.lua",
"name": "user_join",
"category": "events",
"description": "Handle user joining a channel"
},
{
"file": "user_leave.lua",
"name": "user_leave",
"category": "events",
"description": "Handle user leaving a channel"
}
]
}