"version": "7.77", "description": "Internet Relay Chat client for Windows", "homepage": "https://www.mirc.com/", "license": "Proprietary - Shareware", "url": "https://www.mirc.com/get.php?filename=mirc777.exe#/dl.7z", "hash": "e3b5d3d7c3b4d9b8e1c6d7f2b8f0e9c3b2a1d4e6f8c7b9a0d1e2f3c4b5a6d7e8", "pre_install": [ "if (!(Test-Path \"$persist_dir\\mirc.ini\")) Out-Null", "" ], "post_install": [ "if (Test-Path \"$persist_dir\\mirc.ini\") Copy-Item \"$persist_dir\\mirc.ini\" \"$dir\\mirc.ini\" -Force ", "if (Test-Path \"$persist_dir\\logs\") Copy-Item \"$persist_dir\\logs\\*\" \"$dir\\logs\" -Recurse -Force ", "if (Test-Path \"$persist_dir\\scripts\") Copy-Item \"$persist_dir\\scripts\\*\" \"$dir\\scripts\" -Recurse -Force " ], "persist": [ "mirc.ini", "logs", "scripts" ], "bin": "mirc.exe", "shortcuts": [ ["mirc.exe", "mIRC"] ], "checkver": "url": "https://www.mirc.com/download.html", "regex": "mirc(\\d+)\\.exe" , "autoupdate": "url": "https://www.mirc.com/get.php?filename=mirc$cleanVersion.exe#/dl.7z" , "notes": [ "mIRC will store user data (settings, logs, scripts) in the persist folder.", "To register your license, copy a valid mirc.ini containing registration info into the persist folder.", "Run 'scoop hold mirc' to prevent auto-updates if needed." ]
Scoop is a powerful scripting language used in mIRC, a popular Internet Relay Chat (IRC) client. With Scoop, you can automate tasks, create custom commands, and enhance your overall IRC experience. In this post, we'll cover the basics of Scoop scripting and provide a useful example script to get you started.
Custom away systems, auto-greeters, and keyword responders.