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.
100% client-side. Nothing leaves your browser.
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.
Maps on TEXT/ACTION/JOIN/PART/QUIT/KICK/NICK/MODE/NOTICE/INVITE/CONNECT to trigger nodes. A !cmd matchtext becomes an On Command node.
msg notice me kick mode ban topic join part nick set inc write hadd and more become action and data nodes, chained in order.
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.
Your ; and /* */ comments become resizable sticky notes on the canvas, right where they belong.
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.
Download the .ircbot (or copy it), then open ircuitry and import - or paste it straight onto the canvas.