Automate Everything with
Lua Plugins
Say goodbye to rigid chat filters. Build custom moderation rules, intercept messages before they render, and automate your workflow with our blazing-fast native scripting engine.
Native Performance
Scripts run directly in our localized Lua 5.4 Sandbox nested within the native Rust runtime, completely bypassing heavy JavaScript engine overhead.
Rapid Prototyping
Modify or create scripts on the fly. No need to recompile the app or reload the browser. The engine instantly detects and executes your saved rules.
Total Security
Scripts execute in a highly isolated environment. They only have access to curated Chat App APIs, protecting your OS and files from malicious code.
Chat Hooking
Intercept incoming IRC messages or YouTube chat payloads before they render in your dashboard.
- Replace banned words with custom text automatically.
- Trigger custom moderation alerts for specific users.
- Format unique highlighting rules beyond basic filters.
function on_message(ctx, msg)
-- Block excessive capslock users
if msg.content:match("^%u+$") then
msg.hidden = true
c2.log("Blocked screaming user: " .. msg.author)
end
return msg
endThe Plugin Marketplace is Coming
In the future, you won't need to write code yourself. Browse, download, and install lightweight modules crafted by the community directly from our native performance core.