Concept

MIRC scripting language

Summary
The mIRC scripting language (often unofficially abbreviated to "mSL") is the scripting language embedded in mIRC and Adiirc, IRC clients for Windows but work with WiNE for Linux. Light channel and personal protection against many types of attacks (flooding, spamming, takeovers, etc.). Dialog windows can be created in mIRC to better serve user-compatibility; rather than everything in popup menus. Popular mIRC dialog extensions include MDX (mIRC Dialog Extension) and DCX (Dialog Control Extension). There are also a few versions of mdx.dll and dcx.dll modded by IRC hackers. Bots that provide automated IRC channel management, trivia or other games, and other desired functions for chatters. Commands that save typing or otherwise simplify life on IRC (such as automatically identifying as the owner of a nickname). Proxy CONNECT servers (www.mslscript.com) and Bounce servers () to replace some mSL scripting with faster code and convenient features. Scripts are stored as either plain text files, usually with a .mrc , or as s. They, however, can be stored with any extension. Multiple script files can be loaded at one time, although in some cases, one script will conflict with another and cause one or both of them to no longer work properly. The order in which in the script files are loaded may make a difference if the script functions properly or not. A (un)loader-script MUST be used for semi-large scripts to function as intended. mIRC scripting language uses its own nomenclature to refer to language constructs. (However, whilst this can be a little confusing to newcomers, they do not impact on the functionality of mSL.) Built-in functions are termed commands or, if they return a value, identifiers. Custom scripted functions are called aliases. Aliases that return a value are known as custom identifiers. Both are called from the command line or other parts of a script in the same ways as built-in commands and identifiers (and can even supersede them). Popups are scripted context menu items. Popups are called when they are selected by the user.
About this result
This page is automatically generated and may contain information that is not correct, complete, up-to-date, or relevant to your search query. The same applies to every other page on this website. Please make sure to verify the information with EPFL's official sources.