From WikiChip
Search results

  • {{mirc guide}}{{title|mIRC Scripting Language}}[[File:mirc logo.png|left|64px]] ...ogramming paradigm|procedural]] [[scripting language]] embedded inside the mIRC client. mSL's main feature is its seamless ability to interact with other [
    10 KB (1,705 words) - 17:47, 1 August 2023
  • {{mirc title|String Manipulation}} <syntaxhighlight lang="mIRC">var %x = This is an example string.</syntaxhighlight>
    9 KB (1,360 words) - 13:07, 11 February 2019
  • {{mirc title|Token Manipulation}} ...separated by a single, unique character. mIRC provides an extensive set of identifiers and commands to help you manipulate this list of tokens.
    11 KB (1,776 words) - 18:20, 31 January 2024
  • {{mirc title|Aliases}} <syntaxhighlight lang="mIRC">;single-line alias
    18 KB (2,987 words) - 14:43, 21 March 2023
  • {{mirc title|Conditional Statements}} ...as a false [[truth value]] if it's {{mIRC|$null}}, [[$false - identifier - mIRC|$false]], or 0.
    7 KB (1,092 words) - 07:27, 8 February 2020
  • {{mirc title|While Loops}} <syntaxhighlight lang="mirc">while (<condition>) {
    10 KB (1,703 words) - 07:36, 26 March 2021
  • {{mirc title|Operators}} ...s or keywords that perform specific operations on two or three operands in mIRC.
    10 KB (1,645 words) - 15:06, 19 July 2020
  • {{mirc title|Custom Windows}} Prior to mIRC 5.5, '''Custom Windows''' was the main method for making a GUI (graphical u
    8 KB (1,339 words) - 13:43, 29 March 2020
  • {{mirc title|INI Files}} ...nd [[Hash Tables - mIRC|hash tables]]. If speed is needed, [[Hash Tables - mIRC|hash tables]] are a much superior choice.
    5 KB (715 words) - 15:12, 2 October 2023
  • {{mirc title|mSL Injection}} ...y to dynamically evaluate code on the run. With mSLs powerful commands and identifiers, the result of a code injection attack can be disastrous. It is important t
    26 KB (4,222 words) - 08:43, 21 January 2023
  • {{mirc title|/aline Command}} <syntaxhighlight lang="mIRC">Alias Example {
    2 KB (376 words) - 20:57, 17 March 2023
  • {{mirc title|/bcopy Command}} <syntaxhighlight lang="mIRC">Alias Example {
    5 KB (754 words) - 17:30, 20 January 2024
  • {{mirc title|/beep Command}} * '''[number]''' - Number of beeps, default to 3 if not specified.
    891 bytes (123 words) - 16:39, 15 February 2024
  • {{mirc title|/bset Command}} <syntaxhighlight lang="mIRC">Alias Example {
    9 KB (1,432 words) - 18:47, 2 May 2023
  • {{mirc title|/bwrite Command}} * '''-t''' - Treats everything as plain text (i.e. $identifiers and %variables (but not contents of %variables) are evaluated, but binary v
    3 KB (411 words) - 18:47, 2 May 2023
  • {{mirc title|/comopen Command}} ...programmatic identifier with the assigned name. Your script should check {{mIRC|$comerr}} after opening the connection to make sure the connection was esta
    2 KB (203 words) - 03:42, 9 December 2017
  • {{mirc title|Introduction}} ...ence is people with no knowledge, or very limited knowledge, of the [[mirc|mIRC scripting language]].
    25 KB (4,323 words) - 15:48, 1 August 2019
  • {{mirc title|/dialog Command}} ...ot return a value when the dialog closes. As a result it does not halt the mIRC scripting engine, letting other script to keep processing. Dialogs can be k
    3 KB (443 words) - 12:29, 12 July 2020
  • {{mirc title|/did Command}} ...o change multiple ids at once, 1-5,6,9 would change the following ids: 1,2,3,4,5,6,9
    2 KB (435 words) - 12:46, 12 July 2020
  • {{mirc title|/window Command}} ...to create [[Custom Windows - mIRC|custom windows]] and [[Picture Windows - mIRC|picture windows]] (using the -p switch), or to manipulate an existing custo
    6 KB (1,034 words) - 05:58, 17 August 2022
  • {{mirc title|/while Command}} The '''/while command''' is a [[While Loops - mIRC|construct in the mIRC scripting language]] that can perform repetitive operations. The block of s
    2 KB (365 words) - 06:58, 29 December 2023
  • {{mirc title|/echo Command}} * '''-r''' - Applies the strip settings to the text (as defined in mIRC Options / IRC / Messages).
    8 KB (1,170 words) - 04:39, 10 January 2018
  • {{mirc title|/flush Command}} ...on is removed from the remote user list. If you do not specify levels then mIRC clears all nicks from the remote user list that do not exist on channels yo
    1 KB (161 words) - 21:59, 21 January 2024
  • {{mirc title|/var Command}} ...ault /var creates local variable, this can be changed via the -g switch ({{mIRC|/set}} command can be used to set global variables by default).
    7 KB (1,162 words) - 05:34, 22 January 2024
  • {{mirc title|/inc Command}} ...numeric value of a variable by a given value. If [value] is not specified, mIRC will increase the variable by one. The /inc command works with both positiv
    2 KB (378 words) - 17:03, 17 February 2022
  • {{mirc title|/maxdepth Command}} <syntaxhighlight lang="mIRC">example {
    1 KB (178 words) - 22:54, 3 May 2023
  • {{mirc title|/goto Command}} ...within the same event, alias, or menu. The label must have been parsed by mIRC previously inside that event/alias/menu or the label is considered undefine
    2 KB (270 words) - 19:24, 15 June 2017
  • {{mirc title|/haltdef Command}} ...only have an effect inside an event using the '^' prefix, and will prevent mIRC from performing his default action.
    1 KB (202 words) - 10:13, 8 February 2021
  • {{mirc title|/msg Command}} ...specific channel or person. Many networks support multi-target messages - mIRC will not display the message in all the targets like it would with individu
    2 KB (227 words) - 03:59, 5 August 2021
  • {{mirc title|/scon Command}} ...will continue to execute on that connection. When a command is specified, mIRC will execute the command on the specified connection or connections based o
    3 KB (361 words) - 09:32, 28 March 2020
  • {{mirc title|/set Command}} ...and, set cannot assign a value to multiple variables at once. It support {{mirc|variables#Math_Operations|one math operation}}.
    4 KB (629 words) - 18:04, 12 July 2020
  • {{mirc title|/timer Command}} * '''[time]''' - Time to activate the timer, for example '15:30' for 3:30PM
    5 KB (800 words) - 06:35, 14 August 2023
  • {{mirc title|/tokenize Command}} ...ommand replaces the existing $0 through $N'th tokens, filling $1 $2 ... $N identifiers with portions of a string, divided into tokens based on the location of the
    3 KB (396 words) - 23:06, 3 May 2023
  • {{mirc title|/unset Command}} ...''/unset command''' removes any variables by their specified names. If a {{mirc|wildcard}} pattern was specified, all variables matching that pattern will
    3 KB (388 words) - 14:14, 20 October 2018
  • {{mirc title|Evaluation Brackets}} ...are a mechanism by which a program can alter the natural behavior of the [[mIRC]] [[interpreter]].
    16 KB (2,633 words) - 12:09, 22 November 2023
  • {{mirc title|Component Object Model}} ...specification will be able to use it. mSL offers a variety of commands and identifiers to handle COM objects.
    27 KB (3,608 words) - 11:41, 25 October 2018
  • {{mirc title|/dline Command}} <syntaxhighlight lang="mIRC">Alias Example {
    1 KB (235 words) - 20:30, 17 March 2023
  • {{mirc title|Picture Windows}} ...|commands]], [[list of identifiers - mIRC|identifiers]], and [[on events - mIRC|events]] for manipulating them. Picture windows provide an alternative mean
    11 KB (1,875 words) - 14:15, 20 October 2018
  • {{mirc title|$dialog Identifier}} ...sed as an identifier in order to get properties for a specific [[Dialogs - mIRC|dialog window]].
    5 KB (755 words) - 14:59, 20 September 2017
  • {{mirc title|$? Identifier}}{{Deprecated feature|new={{mIRC|$input}}}} <source lang="mIRC">
    3 KB (566 words) - 16:23, 4 October 2017
  • {{mirc title|Dialogs}} ...inside of mIRC. The {{mIRC|/dialog}} command opens new dialogs, and the {{mIRC|dialog components}} are the objects within the dialog, such as buttons, lab
    9 KB (1,523 words) - 11:41, 25 August 2023
  • {{mirc title|$did Identifier}}The '''$did''' identifier allows you to get the sett ...RC|alias]] called ''/whatEvents'' which will open up the local [[Dialogs - mIRC|dialog]] ''whatEvents'':
    4 KB (557 words) - 18:03, 21 February 2024
  • {{mirc title|/updatenl Command}} <syntaxhighlight lang="mIRC">on !*:part:#example:{
    1 KB (173 words) - 19:46, 15 June 2017
  • {{mirc title|/iline Command}} <syntaxhighlight lang="mIRC">Alias Example {
    2 KB (329 words) - 20:34, 17 March 2023
  • {{mirc title|/scid Command}} ...will continue to execute on that connection. When a command is specified, mIRC will execute the command on the connection specified by the Connection ID o
    3 KB (386 words) - 09:32, 28 March 2020
  • {{mirc title|$vcmd Identifier}}The '''$vcmd''' identifier is used to retrieve comm <pre>//echo -a $vcmd(3)</pre>
    984 bytes (144 words) - 18:11, 22 September 2017
  • ...'' can be used to get the current status of the voice command listener for mIRC. <span style="display: inline-block; width: 30px;">'''3'''</span>Service is on, and listening for commands.
    979 bytes (131 words) - 18:13, 22 September 2017
  • {{mirc title|$alias Identifier}}'''$alias''' can be used to return the filename of <pre>//echo -a $alias(3)</pre>
    1 KB (186 words) - 00:09, 24 August 2021
  • {{mirc title|$bytes Identifier}}'''$bytes''' allows you to format a number of byte * '''3''' - Returns the result in 3-digit format.
    4 KB (622 words) - 07:02, 19 August 2023
  • ...ier}}'''$calc''' can be used to perform mathematical calculations from the mIRC editbox line, or from inside of a custom script. The accuracy of results is ...' can also be used to calculate variables in mIRC, as well as other custom identifiers that return numerical values.
    10 KB (1,480 words) - 08:16, 2 February 2024

View (previous 50 | next 50) (20 | 50 | 100 | 250 | 500)