MIRC scripting language: Difference between revisions
m →top: single to double quotation marks |
m →Code examples: <syntaxhighlight> |
||
(31 intermediate revisions by 22 users not shown) | |||
Line 1: | Line 1: | ||
{{short description|Scripting language embedded in mIRC}} |
|||
{{multiple issues| |
{{multiple issues| |
||
{{ |
{{more footnotes|date=August 2012}} |
||
{{prose|date=August 2012}} |
{{prose|date=August 2012}} |
||
}} <!-- not too technical for users of mIRC. Definitely NOT [[WP:TOOLONG]], too long, too long. (lyrics to something). Needs to be prose. --> |
}} <!-- not too technical for users of mIRC. Definitely NOT [[WP:TOOLONG]], too long, too long. (lyrics to something). Needs to be prose. --> |
||
Line 13: | Line 14: | ||
| developer = Khaled Mardam-Bey |
| developer = Khaled Mardam-Bey |
||
| typing = [[Dynamic typing]] |
| typing = [[Dynamic typing]] |
||
| implementations = [[mIRC]] |
| implementations = [[mIRC]] [[AdiIRC]]<ref> |
||
{{cite web |
|||
| title = Features - AdiIRC - AdiIRC Support/Bugs/Feature Requests |
|||
| url = https://dev.adiirc.com/projects/adiirc/wiki/Features#26-Scripting-Engine |
|||
| publisher = Per Amundsen |
|||
| access-date = 2 December 2020 |
|||
| archive-url = https://web.archive.org/web/20201202144248/https://dev.adiirc.com/projects/adiirc/wiki/Features#26-Scripting-Engine |
|||
| archive-date = 2 December 2020 |
|||
}}</ref><ref>{{cite web |
|||
| title = Scripting - AdiIRC - AdiIRC Support/Bugs/Feature Requests |
|||
| url = https://dev.adiirc.com/projects/adiirc/wiki/Scripting#mIRC-scripting-compatibility |
|||
| publisher = Per Amundsen |
|||
| access-date = 2 December 2020 |
|||
| archive-url = https://web.archive.org/web/20201202145150/https://dev.adiirc.com/projects/adiirc/wiki/Scripting#mIRC-scripting-compatibility |
|||
| archive-date = 2 December 2020 |
|||
}}</ref><ref name=Slant>{{cite web |
|||
| title = mIRC vs AdiIRC detailed comparison as of 2020 - Slant |
|||
| url = https://www.slant.co/versus/4185/4195/~mirc_vs_adiirc |
|||
| publisher = Parli, Inc. |
|||
| access-date = 2 December 2020 |
|||
| archive-url = https://web.archive.org/web/20201202151151/https://www.slant.co/versus/4185/4195/~mirc_vs_adiirc |
|||
| archive-date = 2 December 2020 |
|||
}}</ref> |
|||
| operating_system = [[Microsoft Windows]] |
| operating_system = [[Microsoft Windows]] |
||
| license = [[Proprietary software]] |
| license = [[Proprietary software]] |
||
| website = |
| website = {{URL|https://www.mirc.com/}} |
||
}} |
}} |
||
[[Image:MIRC scripts editor.png|thumb|300px| mIRC scripts editor (built-in)]] |
[[Image:MIRC scripts editor.png|thumb|300px| mIRC scripts editor (built-in)]] |
||
The '''mIRC scripting language''' |
The '''mIRC scripting language''' (often unofficially abbreviated to "'''mSL'''"{{R|Slant}}<ref>{{citation |
||
| title = mIRC Scripting Language - WikiChip |
|||
| url = https://en.wikichip.org/wiki/mirc#article-title |
|||
| publisher = WikiChip LLC |
|||
| archive-url = https://web.archive.org/web/20201112031552/https://en.wikichip.org/wiki/MIRC#article-title |
|||
| archive-date = 12 November 2020 |
|||
}}</ref>) is the [[scripting language]] embedded in [[mIRC]] and [[Adiirc]], [[IRC]] clients for [[Microsoft Windows|Windows]] but work with WiNE for Linux. |
|||
==Primary uses== |
==Primary uses== |
||
* |
*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. |
*Dialog windows can be created in mIRC to better serve user-compatibility; rather than everything in popup menus. |
||
**Popular mIRC dialog extensions include MDX ('''m'''IRC '''D'''ialog '''Ex'''tension) and DCX ('''D'''ialog '''C'''ontrol '''Ex'''tension). There are also a few versions of mdx.dll and dcx.dll modded by IRC hackers. |
**Popular mIRC dialog extensions include MDX ('''m'''IRC '''D'''ialog '''Ex'''tension) and DCX ('''D'''ialog '''C'''ontrol '''Ex'''tension). There are also a few versions of mdx.dll and dcx.dll modded by IRC hackers. |
||
*[[IRC bot|Bot]]s that provide automated IRC channel management, trivia or other games, and other desired functions for chatters. |
*[[IRC bot|Bot]]s 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 [[IRC services|identifying]] as the owner of a nickname). |
*Commands that save typing or otherwise simplify life on IRC (such as automatically [[IRC services|identifying]] as the owner of a nickname). |
||
*Proxy '''CONNECT''' servers (www.mslscript.com) and '''Bounce''' servers (https://en.wikipedia.org/wiki/ZNC) to replace '''some''' mSL scripting with faster code and convenient features. |
|||
==Script storage== |
==Script storage== |
||
Scripts are stored as either plain text files, usually with a .mrc [[file extension]], or as [[INI file]]s. They however can be stored with any extension. |
Scripts are stored as either plain text files, usually with a .mrc [[file extension]], or as [[INI file]]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. |
||
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. |
|||
==Language features== |
==Language features== |
||
{{Technical|section|date=August 2012}} |
{{Technical|section|date=August 2012}} |
||
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.) |
|||
mIRC scripting involves a peculiar nomenclature that is not entirely consistent with most of the rest of the programming world. (Most notably, the term identifier—which in most languages refers to the name of a variable or function (whether it returns a value or not)—in mIRC refers specifically to a value returning function.) |
|||
*Built-in functions are termed '''commands''' or, if they return a value, '''identifiers'''. |
*Built-in functions are termed '''commands''' or, if they return a value, '''identifiers'''. |
||
*Custom scripted [[function (computer science)|function]]s 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). |
*Custom scripted [[function (computer science)|function]]s 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. The term originally referred to the menus—which pop up upon a right click. It is still used this way in the manual. |
*'''Popups''' are scripted [[context menu]] items. Popups are called when they are selected by the user. The term originally referred to the menus—which pop up upon a right click. It is still used this way in the manual. |
||
*Remotes are [[event handler|event-handling]] scripts. Remotes are called when the event they handle occurs. |
*Remotes are [[event handler|event-handling]] scripts. Remotes are called when the event they handle occurs. |
||
*All variables are [[dynamic typing|dynamically typed]]. |
*All variables are [[dynamic typing|dynamically typed]]. |
||
*[[Hash table]]s are available for larger data storage; [[array]]s are not. |
|||
*mIRC scripts make use of [[sigil (computer programming)|sigils]]. Identifiers (whether custom or built-in) are preceded by <code>$</code>, binary variables are preceded by <code>&</code>, and other variables (whether local or global) are preceded by <code>%</code>. Commands and aliases are not preceded by any particular character (although when entered from a window's command line they must be preceded by the command prefix, usually <code>/</code>). |
*mIRC scripts make use of [[sigil (computer programming)|sigils]]. Identifiers (whether custom or built-in) are preceded by <code>$</code>, binary variables are preceded by <code>&</code>, and other variables (whether local or global) are preceded by <code>%</code>. Commands and aliases are not preceded by any particular character (although when entered from a window's command line they must be preceded by the command prefix, usually <code>/</code>). |
||
Line 83: | Line 113: | ||
==Limitations== |
==Limitations== |
||
*Scripting parser supports a maximum of |
*Scripting parser supports a maximum of 8,292 (950 prior to mIRC 6.32) characters per line (not including newlines or indentation). |
||
*Strings are not syntactically enclosed, creating ambiguities in code where characters meant as literal strings are treated as part of the language's [[syntax]]. |
*Strings are not syntactically enclosed, creating ambiguities in code where characters meant as literal strings are treated as part of the language's [[syntax]]. |
||
*Each line of code is broken down into a set of space-delimited tokens. As mIRC's parser does not support null tokens and the language doesn't provide a syntax to clearly differentiate literal strings from code; Prior to mIRC version 6.2 it was impossible to pass multiple consecutive spaces to any command or alias. However, this was fixed with the introduction of the returnex command which allows the preservation of spaces. |
*Each line of code is broken down into a set of space-delimited tokens. As mIRC's parser does not support null tokens and the language doesn't provide a syntax to clearly differentiate literal strings from code; Prior to mIRC version 6.2 it was impossible to pass multiple consecutive spaces to any command or alias. However, this was fixed with the introduction of the returnex command which allows the preservation of spaces. |
||
Line 90: | Line 120: | ||
The code below is in the remote scripts format. If placed into an alias file, the command names should not be preceded by the word "<code>alias</code>". Test Comments include the common <code>/* comment */</code> and <code>;comment</code>. |
The code below is in the remote scripts format. If placed into an alias file, the command names should not be preceded by the word "<code>alias</code>". Test Comments include the common <code>/* comment */</code> and <code>;comment</code>. |
||
Here is an example of a [[Hello World]] alias: |
Here is an example of a [["Hello, World!" program|Hello World]] alias: |
||
< |
<syntaxhighlight lang="autoit"> |
||
;Defines the alias 'hello' in the remote script |
;Defines the alias 'hello' in the remote script |
||
Line 105: | Line 135: | ||
} |
} |
||
</syntaxhighlight> |
|||
</source> |
|||
A remote script to automatically respond to certain text |
A remote script to automatically respond to certain text |
||
< |
<syntaxhighlight lang="autoit"> |
||
;Placed in a remote script |
;Placed in a remote script |
||
Line 130: | Line 160: | ||
on *:Text:die*:#: { .mode $chan +b $nick | kick $chan $nick Dont say that again } |
on *:Text:die*:#: { .mode $chan +b $nick | kick $chan $nick Dont say that again } |
||
</syntaxhighlight> |
|||
</source> |
|||
==See also== |
==See also== |
||
Line 137: | Line 167: | ||
==References== |
==References== |
||
{{Reflist}} |
|||
<!-- This are discussions in several books of the mIRC scripting language. Notable over a period of years. To be converted to inline citations.--> |
<!-- This are discussions in several books of the mIRC scripting language. Notable over a period of years. To be converted to inline citations.--> |
||
* Smith, Chris. (2004). [ |
* Smith, Chris. (2004). [https://books.google.com/books?id=MbHAnBh9AqQC&dq=mIRC+scripting+language&pg=PA71 "Hack #20 Automate IRC with Scripting" in ''IRC Hacks: 100 Industrial-Strength Tips & Tools'']. Paul Mutton, ed. O'Reilly Media, Inc. pp. 71–74. ''(In-depth example of script features and usage)'' |
||
* Jose Nazario (2004)[ |
* Jose Nazario (2004)[https://books.google.com/books?id=swfZIwWZepYC&dq=mIRC+scripting+language&pg=PA53 ''Defense and Detection Strategies Against Internet Worms'']. Artech House, 2004. p. 53, 55. ''(Discusses 1997 mIRC script attack.)'' |
||
*Ken Dunham, Jim Melnick (2008) [ |
*Ken Dunham, Jim Melnick (2008) [https://books.google.com/books?id=nmgK7KcibSUC&dq=mIRC+scripting+language&pg=PA9 ''Malicious Bots: An Inside Look into the Cyber-Criminal Underground of the Internet'']. CRC Press. p. 7-31. ''(In-depth analysis/reverse engineering of mIRC-script-based malware bot)'' |
||
* [[Peter Szor]] (2005). [ |
* [[Peter Szor]] (2005). [https://books.google.com/books?id=XE-ddYF6uhYC&dq=mIRC+scripting+language&pg=PT141 ''The Art of Computer Virus Research and Defense'']. Pearson Education. Ch. 3.7.7. |
||
* David Harley, Robert S. Vibert (2007). [ |
* David Harley, Robert S. Vibert (2007). [https://books.google.com/books?id=LBzXf0A-jQwC&dq=mIRC+scripting+language&pg=PA147 ''AVIEN Malware Defense Guide for the Enterprise'']. Elsevier. p. 147. (usage in script attacks) |
||
*Esharenana E. Adomi (2008). [ |
*Esharenana E. Adomi (2008). [https://books.google.com/books?id=jZwaZhCqbEAC&dq=mIRC+scripting+language&pg=PT195 ''Security and Software for Cybercafés'']. Idea Group Inc (IGI). p. 173. |
||
*Markus Jakobsson, Zulfikar Ramzan. (2008). [ |
*Markus Jakobsson, Zulfikar Ramzan. (2008). [https://books.google.com/books?id=U8bh6a9Jvz0C&dq=mIRC+scripting+language&pg=PA194 ''Crimeware: Understanding New Attacks and Defenses'']. Addison-Wesley Professional. p. 194. |
||
==External links== |
==External links== |
||
Line 160: | Line 191: | ||
| and link back to that category using the {{dmoz}} template. | |
| and link back to that category using the {{dmoz}} template. | |
||
=======================({{No More Links}})=============================--> |
=======================({{No More Links}})=============================--> |
||
* [ |
* [https://www.mirc.com/ Official mIRC website] |
||
* [https://www.mirc.com/help/html/index.html Online version of mIRC help file] |
|||
* {{Dmoz|Computers/Software/Internet/Clients/Chat/IRC/mIRC/Scripts|mIRC Scripts}} |
|||
* [https://en.wikichip.org/wiki/mirc WikiChip mIRC pages] — A Wiki-based user-maintained help reference primarily for mIRC scripting |
|||
* [http://www.mircscripting.net mIRC Scripting Help] — Turkish/English mIRC Scripting Help unofficial |
|||
{{IRC footer}} |
{{IRC footer}} |
Latest revision as of 08:47, 20 September 2024
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
Paradigm | Event-driven programming, Procedural programming |
---|---|
Designed by | Khaled Mardam-Bey |
Developer | Khaled Mardam-Bey |
First appeared | 1995 |
Typing discipline | Dynamic typing |
OS | Microsoft Windows |
License | Proprietary software |
Filename extensions | .mrc, .ini |
Website | www |
Major implementations | |
mIRC AdiIRC[1][2][3] |
The mIRC scripting language (often unofficially abbreviated to "mSL"[3][4]) is the scripting language embedded in mIRC and Adiirc, IRC clients for Windows but work with WiNE for Linux.
Primary uses
[edit]- 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 (https://en.wikipedia.org/wiki/ZNC) to replace some mSL scripting with faster code and convenient features.
Script storage
[edit]Scripts are stored as either plain text files, usually with a .mrc file extension, or as INI files. 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.
Language features
[edit]This section may be too technical for most readers to understand.(August 2012) |
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. The term originally referred to the menus—which pop up upon a right click. It is still used this way in the manual.
- Remotes are event-handling scripts. Remotes are called when the event they handle occurs.
- All variables are dynamically typed.
- Hash tables are available for larger data storage; arrays are not.
- mIRC scripts make use of sigils. Identifiers (whether custom or built-in) are preceded by
$
, binary variables are preceded by&
, and other variables (whether local or global) are preceded by%
. Commands and aliases are not preceded by any particular character (although when entered from a window's command line they must be preceded by the command prefix, usually/
).
File handling
[edit]- Scripts can read from and write to files [
$read(file,[args])
|/write
]
The above is intended for singular access to the file. Because each time you issue $read
or /write
you open and close the file for access.
Multiple accesses, during a loop for instance, is best handled through /fopen
, /fwrite
and /fclose
. Since this opens the file only once. In some cases /filter
and /savebuf
is an even more efficient (non scripted loop) method.
- Scripts can also copy and delete files. [
/copy
|/remove
]
Binary variables
[edit]- Contain unlimited (8192 bytes prior to mIRC 6.1) raw data
- Globally accessible via commands and identifiers
- Automatically unset when script returns control to mIRC (and not to another part of a script)
- Prefixed with
&
(e.g.&Variable
) - Cannot be accessed other than by
/bread
and/bwrite
, so these variables cannot be passed onto other parts of the script
Hash tables
[edit]- May contain unlimited binary data or up to 4,150 (950 prior to mIRC 6.32) bytes of plain text. This limit is imposed by mIRC's scripting parser's own line length limitation (unless assigning a binary variable)
- Globally accessible via commands and identifiers
- Automatically unset when exiting mIRC as they are only stored in memory
- Can be saved for later use
- Not prefixed
- Faster than accessing from a file, as hash tables are stored in memory rather than the hard disk
- Size limited only by the computer's memory limits.
- Allows any bucket size to be used
Global variables
[edit]- May contain up to 4,150 (950 prior to mIRC 6.32) bytes of data including its name (however due to line-length limitations in mIRC's scripting parser, a maximum of 4,146 bytes can be assigned explicitly using /set or /var — this number decreasing as the variable's name grows longer)
- Cannot store NUL (ASCII 0) or trailing spaces
- Globally accessible
- Do not automatically unset unless a switch is used (stored automatically in a mIRC initialization file)
- Prefixed with
%
(e.g.%Variable
) - Created using the
set
command orvar -g
or%Variable = value
notation
Local variables
[edit]- May contain up to 4,150 (950 prior to mIRC 6.32) bytes of data including the variable name (however due to line-length limitations in mIRC's scripting parser, a maximum of 4,146 bytes can be assigned explicitly using the /set or /var commands — this number decreasing as the variable's name grows longer)
- Can store NUL (ASCII 0) or trailing spaces
- Are destroyed when the triggered alias or event ends
- Prefixed with
%
(e.g.%Variable
) - Created using the
var
command.var
is merely an internal alias forset -l
butvar
poses the means to declare multiple local variables on a single line (e.g.var %a = 1, %b, %c = 2
)
Limitations
[edit]- Scripting parser supports a maximum of 8,292 (950 prior to mIRC 6.32) characters per line (not including newlines or indentation).
- Strings are not syntactically enclosed, creating ambiguities in code where characters meant as literal strings are treated as part of the language's syntax.
- Each line of code is broken down into a set of space-delimited tokens. As mIRC's parser does not support null tokens and the language doesn't provide a syntax to clearly differentiate literal strings from code; Prior to mIRC version 6.2 it was impossible to pass multiple consecutive spaces to any command or alias. However, this was fixed with the introduction of the returnex command which allows the preservation of spaces.
Code examples
[edit]The code below is in the remote scripts format. If placed into an alias file, the command names should not be preceded by the word "alias
". Test Comments include the common /* comment */
and ;comment
.
Here is an example of a Hello World alias:
;Defines the alias 'hello' in the remote script
;Note: if this is placed in an alias script,
;the 'alias' part must be removed (result: hello {)
;Usage: /hello
alias hello {
;Displays(/echo) 'Hello World!' into the active window(-a)
echo -a Hello World!
}
A remote script to automatically respond to certain text
;Placed in a remote script
;When a user types Hello! in a channel,
;you answer back: Hello, [nickname]!
on *:TEXT:Hello!:#:{ msg $chan Hello, $nick $+ ! }
;When a user types Hello! in a private message,
;you answer back: Hello, [nickname]!
on *:TEXT:Hello!:?: { msg $nick Hello, $nick $+ ! }
;Here is a script which automatically gives voice to a user
;who joins a particular channel (The Bot or user should have HOP)
on *:JOIN:#?: { mode $chan +v $nick }
;A bad word script
on *:Text:die*:#: { .mode $chan +b $nick | kick $chan $nick Dont say that again }
See also
[edit]References
[edit]- ^ "Features - AdiIRC - AdiIRC Support/Bugs/Feature Requests". Per Amundsen. Archived from the original on 2 December 2020. Retrieved 2 December 2020.
- ^ "Scripting - AdiIRC - AdiIRC Support/Bugs/Feature Requests". Per Amundsen. Archived from the original on 2 December 2020. Retrieved 2 December 2020.
- ^ a b "mIRC vs AdiIRC detailed comparison as of 2020 - Slant". Parli, Inc. Archived from the original on 2 December 2020. Retrieved 2 December 2020.
- ^ mIRC Scripting Language - WikiChip, WikiChip LLC, archived from the original on 12 November 2020
- Smith, Chris. (2004). "Hack #20 Automate IRC with Scripting" in IRC Hacks: 100 Industrial-Strength Tips & Tools. Paul Mutton, ed. O'Reilly Media, Inc. pp. 71–74. (In-depth example of script features and usage)
- Jose Nazario (2004)Defense and Detection Strategies Against Internet Worms. Artech House, 2004. p. 53, 55. (Discusses 1997 mIRC script attack.)
- Ken Dunham, Jim Melnick (2008) Malicious Bots: An Inside Look into the Cyber-Criminal Underground of the Internet. CRC Press. p. 7-31. (In-depth analysis/reverse engineering of mIRC-script-based malware bot)
- Peter Szor (2005). The Art of Computer Virus Research and Defense. Pearson Education. Ch. 3.7.7.
- David Harley, Robert S. Vibert (2007). AVIEN Malware Defense Guide for the Enterprise. Elsevier. p. 147. (usage in script attacks)
- Esharenana E. Adomi (2008). Security and Software for Cybercafés. Idea Group Inc (IGI). p. 173.
- Markus Jakobsson, Zulfikar Ramzan. (2008). Crimeware: Understanding New Attacks and Defenses. Addison-Wesley Professional. p. 194.
External links
[edit]- Official mIRC website
- Online version of mIRC help file
- WikiChip mIRC pages — A Wiki-based user-maintained help reference primarily for mIRC scripting