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

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