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.
Scripts run directly in our localized Lua 5.4 Sandbox nested within the native Rust runtime, completely bypassing heavy JavaScript engine overhead.
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.
Scripts execute in a highly isolated environment. They only have access to curated Chat App APIs, protecting your OS and files from malicious code.
Intercept incoming IRC messages or YouTube chat payloads before they render in your dashboard.
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
endIn 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.