Bring your mIRC scripts home.

Paste an mIRC remote script and get an importable ircuitry .ircbot. Events become triggers, commands become nodes, and your comments turn into sticky notes. It runs entirely in your browser - your script is never uploaded anywhere.

name

100% client-side. Nothing leaves your browser.

Your converted bot and a conversion report will appear here.

What it converts

A best-effort, honest converter. It handles the common bot patterns cleanly and never silently guesses - anything it can't map is preserved verbatim in a "needs a human" note and listed in the report.

Events

Maps on TEXT/ACTION/JOIN/PART/QUIT/KICK/NICK/MODE/NOTICE/INVITE/CONNECT to trigger nodes. A !cmd matchtext becomes an On Command node.

Commands

msg notice me kick mode ban topic join part nick set inc write hadd and more become action and data nodes, chained in order.

Logic & flow

Nested if / elseif / else become If/Compare branches; a forward goto becomes a jump. alias functions are inlined where they're called. Identifiers like $nick $1- $rand() $calc() $read() %var become tokens or helper nodes.

Comments → notes

Your ; and /* */ comments become resizable sticky notes on the canvas, right where they belong.

Honest fallbacks

Loops (while / backward goto) and unknown identifiers are kept verbatim in a TODO note and flagged in the report - never converted wrong. ircuitry loops live on the Repeat / For Each / On Timer nodes.

Import

Download the .ircbot (or copy it), then open ircuitry and import - or paste it straight onto the canvas.