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|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|/ban Command}} ...ck the user with a kick message. mIRC uses the /userhost server command to find the user's address before applying a ban.
    2 KB (249 words) - 23:25, 19 January 2024
  • {{mirc title|/drawcopy Command}} * '''-i''' - draws in inverse color mode. You can find the final color based on the two color by using $xor($xor(currentcolor,1677
    2 KB (333 words) - 19:02, 26 March 2023
  • {{mirc title|/drawdot Command}} * '''-r''' - use RGB color instead of the mIRC [[Colors - IRC|standard colors]]
    2 KB (223 words) - 12:55, 29 April 2020
  • {{mirc title|/drawfill Command}} * '''-i''' - draws in inverse color mode. You can find the final color based on the two color by using $xor($xor(currentcolor,1677
    2 KB (284 words) - 13:00, 29 April 2020
  • {{mirc title|/drawline Command}} * '''-i''' - draws in inverse color mode. You can find the final color based on the two color by using $xor($xor(currentcolor,1677
    1 KB (206 words) - 12:57, 29 April 2020
  • {{mirc title|/drawpic Command}} * '''-i''' - draws in inverse color mode. You can find the final color based on the two color by using $xor($xor(currentcolor,1677
    3 KB (460 words) - 02:07, 9 June 2023
  • {{mirc title|/drawrect Command}} * '''-i''' - draws in inverse color mode. You can find the final color based on the two color by using $xor($xor(currentcolor,1677
    2 KB (337 words) - 10:42, 20 February 2024
  • {{mirc title|/write Command}} ...l append the line to the end of the text file. If the file does not exist, mIRC will create it. If <words>, <wildcard>, or <regex> contains spaces, they mu
    3 KB (449 words) - 14:08, 20 October 2018
  • {{mirc title|/fseek Command}} * '''-w''' - sets the pointer to the beginning of the line matching the {{mirc|wildcard}} expression
    2 KB (295 words) - 14:07, 30 December 2019
  • {{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|/saveini Command}} ...might cache settings before they get saved to disk. This command dumps all mIRC saved settings from memory to their respective INI files. The '''/saveini c
    1 KB (142 words) - 19:39, 15 June 2017
  • {{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|On Text - Events}} The '''on text''' event is a mIRC event that triggers when a remote user (I.E. not the local user) receives a
    4 KB (686 words) - 14:12, 26 November 2019
  • {{mirc title|/identd Command}} ...'/identd command''' can be used to enable or disable your Identd server in mIRC. Enabling the Identd server greatly increases the speed with which you conn
    2 KB (366 words) - 00:11, 4 May 2023
  • ...''$abook''' will return information about nicknames listed inside of the [[mIRC Address Book]]. ...address book. This can be a {{mirc|wildcard}} such as ''ni*'', which would find all nicknames beginning with ''ni''. It can also be the Nth nickname in the
    2 KB (249 words) - 16:17, 4 May 2023
  • {{mirc title|$bindip Identifier}}'''$bindip''' is used to get information regardin ...5px;">'''ipaddress'''</span>If you specify an IP address, mIRC will try to find the best network adapter to use to connect to that IP.
    1 KB (195 words) - 14:30, 20 September 2017
  • {{mirc title|On Ban - Events}} * '''<level>''' - The corresponding {{mIRC|access levels}} for the event to trigger.
    3 KB (430 words) - 07:39, 6 February 2024
  • {{mirc title|/sockread Command}} ...only understands {{mIRC|$lf}} terminated line (any {{mirc|$cr}} before a {{mirc|$lf}} is removed).
    12 KB (2,025 words) - 19:04, 2 May 2023
  • ...}}'''$comchan''' is used to return the common channels that both the local mIRC client, and a remote user, share. | nick | The nickname of the user to find common channels with
    1 KB (204 words) - 19:40, 16 August 2022
  • {{mirc title|$timezone identifier}}'''$timezone''' returns the current timezone se * When you change your computer's timezone, the file date/times change, but mIRC's $ctime does not. $file($mircexe).mtime remains the same regardless of $ti
    1 KB (176 words) - 12:44, 9 September 2018
  • {{mirc title|Optimization}} mIRC Script Language is an interpreted language - which means that mIRC has to work out what each statement means each and every time it is execute
    13 KB (2,047 words) - 07:44, 23 February 2023
  • {{mirc title|$strip identifier}}'''$strip''' removes colors and/or other control-c | m | The Color/Other settings from mIRC-OptionsIRC//Messages
    1 KB (218 words) - 21:05, 22 January 2022
  • {{mirc title|$log identifier}}'''$log''' returns the natural logarithm (base e) of There may be a rounding error due to mIRC preserving fractional digits to only 6 places.
    2 KB (229 words) - 15:20, 14 January 2018
  • {{mirc title|$hash Identifier}} <source lang="mIRC">//echo -a The hash is $hash(test,32)
    13 KB (2,030 words) - 14:28, 5 February 2023
  • {{mirc title|Binary Variables}} '''Binary variables''' are a special storage offered by mIRC that can hold an array of bytes of arbitrary length.
    12 KB (2,006 words) - 11:19, 19 January 2019
  • {{mirc title|$hfind identifier}}'''$hfind''' Searches an hash table for the Nth it '''Note''': {{mIRC|/halt}} will stop the $hfind search if used from the command parameter (or
    2 KB (323 words) - 11:04, 10 January 2020
  • ...hmatch''' Searches an hash table for the Nth item name which matches the {{mirc|wildcard}} text. Returns item name. * '''text''' - the {{mirc|wildcard}} expression to use to find a match
    855 bytes (122 words) - 16:28, 20 October 2018
  • {{mirc title|$regerrstr Identifier}}'''$regerrstr''' returns the PCRE error string ...e error, but this is only the case if $regerrstr is not set, then. You can find more info about on the regex page
    5 KB (685 words) - 18:31, 21 December 2020