Mirc 6.2 Download



If you are already using mIRC, this download will upgrade your current version of mIRC to the latest version and will keep your existing settings. Once the download has finished, you can run the installer to install mIRC. If you are new to downloading software or to mIRC, read our step by step guide for help. Download mIRC 7.63 for Windows. Fast downloads of the latest free software! MIRC 6.2 Change Log Undid changes that made the display smoother since slower computers where unable to cope. The display now flickers a bit as in previous versions. MIRC version 6.2 is now available to the public! Khaled Mardam-Bey has released this version after 160 days, which is faster than usual. This mIRC version comes loaded with many brand new features.

  1. See Full List On Oldversion.com
  2. MIRC 2.1a

Pick a software title...to downgrade to the version you love!


mIRC 6.2 Change Log

Mirc
  • Undid changes that made the display smoother since slower computerswhere unable to cope. The display now flickers a bit as in previousversions.
  • Changed mark/copy behaviour so that it works like it did in previousversions.
  • Fixed various $regsubex() bugs.
  • Fixed switchbar not displaying at least first character of a windowname when ellipses are appended.
  • Extended /did to support a long list of ids as opposed to only upto 256 characters.
  • Fixed agent speech being interrupted when Options dialog is closed.
  • The Channel/Message beep settings in Options/Sounds are now appliedto all windows when the Options dialog is closed.
  • Fixed bug with Control+F find dialog in desktop windows.
  • Fixed bug with active window not being internally set correctly insome situations.
  • Fixed /window -t width measurements being smaller then previousversions, changed back for compatibility.
  • Fixed /localinfo incorrectly displaying DNS messages.
  • Extended /drawpic -gN switch, where N = 1 for small icon, 2 forlarge icon, and 3 for actual icon.
  • Changed $findfile() so that it works as fast as in past versionsif the new semi-colon feature is not used. The semi-colon featureis now also somewhat faster.
  • Fixed change in / commandline parsing behaviour.
  • Fixed text measurement bug which was affecting /drawtext, $height(),$width(), and $wrap().
  • Fixed Control+K bug in channel central topic when clicking on colordialog to insert a color number.
  • Fixed $longip() bug.
  • Fixed UTF-8 bug when parsing notice, privmsg, and other commandsthat contained comma-separated nicks as the target.
  • Fixed SSL security dialog display bug when using /sockopen and SSL.
  • Added $sock().addr which displays original named address if one wasused, and /socklist now also displays the named address.
  • Fixed /names list display being truncated when a UHNAMES list isreturned with full addresses.
  • Fixed SSL gpf bugs related to threading issues.
  • Fixed auto-hide nicklist not hiding when mouse is moved outside ofthe channel window.
  • Added /clearall -a switch, applies to window on all connections.
  • Added /timer -d switch, ensures that a timer and any subsequenttimers using the -d switch are triggered in that order.
  • Fixed $iel()/$iil() bugs.
  • Changed $me in on NICK messages so that it refers to your old nickas in previous versions.
  • Fixed bug in /dde connect parsing.
  • Fixed decrease in picture @window display speed.
  • Copying text from both a UTF-8 display or encode enabled windownow copies the text as unicode to the clipboard.
  • Fixed /filter color bug when filtering text windows.
  • Fixed bug relating to the order in which SJIS/JIS and UTF-8encodings are applied when both options are enabled.
  • Fixed $regsub() parsing bug.
  • The $rawmsg identifier now works in the on CHAT event.
  • Fixed flood protection bug, was UTF-8/SJIS/JIS double-encoding textthat was queued.
  • Fixed switchbar button text color bug.
  • Channel Folder now shows channel description alongside channel name.
  • Fixed horizontal scrollbar being too long in all listbox windowsin mIRC.
  • Fixed an old bug in the /flush command not parsing the -l switchcorrectly.
  • Added $did().isid property, returns $true or $false depending onwhether the specified id exists in the dialog.
  • Added custom dialog listbox property adio, creates listboxof radioboxes.
  • Pressing spacebar in custom dialog listbox of checkboxes now checksor unchecks all selected items.
  • Fixed spacebar not working in mIRC Options dialog treelist.
  • Added Match only whole words option to Agents Lexicon dialog.
  • Added $editbox().selstart/selend properties, return start and end ofselection in editbox, and /editbox -bNeN, set the start and endof the selection.
  • Added on TABCOMP event, triggers when a user presses the TAB key inan editbox and mIRC is about to perform tab completion. Halting theevent prevents mIRC's default tab completion.
    on *:TABCOMP::echo event: $event target: $target line: $1-
  • Can now specify a range of ids in on dialog events using a dash, eg.on 1:dialog:name:event:1-5,6,7-8,9-11,10: { ... }
  • Fixed multibyte editbox cursor display bug when switching betweenwindows.
  • Tabbing into the editbox in the Editor dialog no longer selects alltext in the editbox.
  • Fixed old bug in users list IP address/wildcard matching in remoteevents.
  • Fixed /drawscroll bug.
  • Fixed switchbar button hottracking display bug.
  • Fixed an empty $calc() halting a script with no error message.
  • Changed behaviour of Recent Channels menu in favorites so that itis now network-based as opposed to server-based, ie. if you haveseveral connections open to the same network, the Recent Channelslist is shared between them.
  • Added custom dialog icon options, can now specify small, large, oractual in icon dialog definition.
  • The on ^HOTLINK event now triggers on right-click, use $mouse.keyto check for right mouse button.
  • Added /run -h switch to hide the application being run.
  • Fixed bug in /drawtext -bp where -b was not being parsed correctlywith the -p switch.
  • Added support for UTF-8 display font substitution/linking, optionenabled by default in IRC/Messages dialog, should allow mIRC todisplay all characters regardless of the font you are using,assuming you have the required fonts on your system.
  • Fixed UTF-8/Multibyte text-wrapping display bug.
  • The $regml() identifier can now be used inside $regsubex().
  • Fixed /font -z not affecting custom @windows.
  • Added $activewid, $lactivewid, and $leftwinwid identifiers.
  • Channels Folder now displays UTF-8 channel names and desciptionscorrectly.
  • Fixed window listboxes display bug with horizontal scrolling.
  • Pressing Control+A in the URLs list and in custom @window listboxesnow selects all items.
  • Fixed /scon /scid display bug when invalid id is used.
  • Fixed font dialog not setting font for minimized windows.
  • Custom DLLs are now delay-unloaded to allow subclassing DLLs towork better. The UnloadDLL routine is still called at the samepoint as before.
  • Script editor now has minimize/maximize buttons.
  • Pressing spacebar in the Lock dialog checkbox list now correctlychecks/unchecks an item.
  • The toolbar can now be repositioned to top/bottom/left/right ofmain mIRC window.
  • Fixed Control+Break handling in scripts.
  • Added /loadbuf -a switch to load text into active window.
  • The $com() identifier now uses utf8 internally and the .resultproperty now returns utf8 text, when necessary.
  • Added $cb(N,u) option, returns utf8 text.
  • Fixed /splay not handling network directory format.
  • Fixed nick/url/etc. right-click popup menu not working if text inwindow scrolled while popup menu was visible.
  • Fixed installer default folder bug under xp64.
  • Updated library to PCRE v6.6, which supports limiting the regexrecursion depth. This prevent gpfs caused by runaway expressions.
  • Fixed /drawcopy -n not updating window when no parameters are used.
  • Fixed /sockread -nf bug, switches were not being parsed correctly.
  • Buttons in top/bottom position switchbar are now wider by default.
  • Fixed bug in Options dialog. When there were many channel/query/etc.windows open the Options dialog would take a long time to close.
  • Fixed focusing bug when using Alt+N to switch to Nth window rightafter a window opened in a minimized state.
  • Fixed $sfile() bug with some file name formats.
  • Extended $os to handle Vista.
  • Fixed bug in popup menu parsing when text contained { character.
  • Invisible mode connect option is now enabled by default.
  • Added a Treebar which lists connections and open windows, much likethe switchbar. It behaves like the switchbar in many ways as well,eg. Shift/Control + left-click support, icon blinking, etc. anduses various switchbar settings in the Options/Dialog.
    Right-clicking on an item pops up the usual system menu for thatwindow. Right-clicking in an empty area of the treebar pops up amenu with various display options.
    The treebar width can be set by dragging the border with the mouse,and the background and text colors can be set in the colors dialog.
  • The right-click popup menus for the Toolbar/Switchbar now offeroptions that were removed from the Options/Display dialog. TheSwitchbar can now be resized by dragging the border of the barwith the mouse.
  • Fixed right-click popup menu bug where menus were being wronglydisplayed when clicking on window borders.
  • Fixed switchbar display bug when scrolling with mousewheel.
  • Fixed regex bug which was truncating long results instead ofreturning a string too long error.
  • Fixed /server gpf bug with long parameters.
  • Added /window -D switch, allows toggling of desktop/mdi settingfor custom @windows via system menu.
  • Added $fline().text property.
  • Added /exit -nr switches, -n disables confirmation dialogs, and-r restarts mIRC.
  • Extended /window -nN switch, if N = 2, minimizes window withoutauto-expanding its item in the treebar.
  • Fixed / and /! not being treated as text with Control+Enter.
  • Added Up/Down sort buttons for Options/DCC/Folders dialog to setorder of matching.
  • Added Minimize mIRC on close option to Display/Windows dialog.
  • The Reload logs feature in the logging dialog can now be setseparately for channels and chats.
  • Fixed bug in the Line colors feature in the logging dialog, thedefault line color is now reset correctly if colors are used inthe line.
  • Fixed minimize option in DCC Send dialog not being appliedimmediately to current dcc send.
  • Added vertical tile option to toolbar and window menu, and toauto tile section in Window/Group dialog.
  • Added /abook -wncl switches, open the different tabs in theaddress book dialog.
  • Added Preserve nicks feature to Connect/Options dialog. Ifenabled, mIRC will use /tnick internally to ensure that yournicknames in the Connect dialog remain static. Also added /mnickcommand to change your main nickname.
  • Added Include desktop windows to the Display dialog. Ifdisabled, desktop windows are not displayed in the switchbar.
  • Extended /window -wN switch, where 0 = hide from switchbar/treebar,1 = show in switchbar, 2 = show in treebar, 3 = show in both.
  • Fixed hotlinks not handling nicknames with multiple prefixes.
  • Default colors are now stored internally in mIRC and are writtento mirc.ini if no colors are found.
  • Default wav/mid/etc. dcc folder item is now only re-created if noextensions section is found in mirc.ini.
  • Extended SendMessage() support. The lParam value can now be usedto create a uniquely named mapped file. Where lParam = N, themapped filename is mIRCN. If lParam is zero, the filename is mIRC,as in previous versions.
  • Added Auto option to Switchbar lines setting in Options/Displaydialog. Auto-expands switchbar as number of buttons changes whenswitchbar is in top/bottom position.
  • Added Multi-line toolbar option to Options/Display dialog.
  • Added /toolbar command, allows modification of toolbar buttons.
      /toolbar -aidmsxkNnNzNebwhyNurctplor [N] [x y w h] [/alias] [popfile|@]
      -a = add button
      -i = insert button at position [N]
      -d = delete button at position [N] or
      -m = move button to position [N]
      -s = separator
      -x = wide button
      -kN = use when adding button to make it a check buttoncheck/uncheck with N = 1 or N = 0
      -nN = icon index in picfile
      -zN = icon size, 1 = small, 2 = large, 3 = actual
      -eb = enable/disable button [N] or
      -wh = show/hide button [N] or
      -yN = set transparency (0 to 255) for button [N] or
      -u = update display immediately
      -r = reset buttons
      -c = clear all buttons
      To update properties for an existing button:
      -t = tooltip
      -p = picfile
      -l = alias
      -o = popup
      name = unique name assigned to button/separator, it cannot bea number
      tooltip = text displayed when the mouse hovers over button
      picfile|@ = picture filename or picture @windowmin 16x16, max 256x256 pixels
      x y w h = position in bitmap and size of bitmap to usenot for use with icons
      /alias = command performed when button pressed, $!1 = namepopupfile|@ = popup filename or @menu name
      The tooltip, picfile, alias and popup can be enclosed in quotesif necessary. To clear an item use empty quotes.
      $toolbar(name/N), if N = 0 returns number of buttons
      Properties: name,type,tip,alias,popup,width,height,wide,enabled,visible,checked,alpha
      Note: modifying some of the default mIRC buttons, such as Connect,Notify, etc. may not always work since they are managed by mIRC.They can however be deleted.
  • Fixed /signal -n bug, was allowing $? dialog in server event.
  • Fixed /!.var conversion to /set -l, was not using the !. prefixes.
  • mIRC now stores a [success] section in servers.ini that listsservers that were connected to successfully. When you laterconnect to a server group, the success list is used to prioritizeserver connection attempts. Clear History via the servers listpopup menu clears this list.
  • Fixed various multi-monitor right-click mouse button bugs.
  • Added /help and /winhelp support for .chm files.
  • Added aline/iline/sline/etc. -t switch, forces a re-wrap of alllines in a window that have not yet been wrapped to the currentwindow size.
  • Toolbar disconnect confirmation feature now displays a questionmark on the disconnect button when you try to disconnect.
Mirc 6.2 Download

mIRC 6.2 Screenshots

mIRC 6 Builds

mIRC Comments

Please enable JavaScript to view the comments powered by Disqus.blog comments powered by Disqus
288

Pick a software title...to downgrade to the version you love!

mIRC Latest Version

mIRC 7.43

Released:
Aug 3, 2015
Size:
2.36 MB
Downloads:
2
Rating:
Tested: Free from spyware, adware and viruses

mIRC Popular Version

2.5aDownload

mIRC 6.2

Released:
Jul 28, 2006
Size:
1.07 MB
Downloads:
124,213
Rating:
Tested: Free from spyware, adware and viruses

Select Version of mIRC to Download for FREE!

Software VersionRelease DateSize
mIRC 2.1aFeb 28, 1995108.10 KB
mIRC 2.1Add info353.50 KB
mIRC 2.4aMar 5, 1995109.08 KB
mIRC 2.5aMar 5, 1995110.37 KB
mIRC 2.7aMay 18, 1995116.62 KB
mIRC 3.0Add info167.00 KB
mIRC 3.1Apr 23, 1995165.87 KB
mIRC 3.2May 2, 1995178.46 KB
mIRC 3.4Jun 21, 1995200.18 KB
mIRC 3.5Aug 7, 1995425.00 KB
mIRC 3.6Aug 31, 1995453.00 KB
mIRC 3.7Add info499.50 KB
mIRC 3.8Nov 25, 1995556.00 KB
mIRC 3.9Dec 28, 1995565.50 KB
mIRC 3.42Jun 29, 1995205.06 KB
mIRC 3.51Aug 13, 1995390.20 KB
mIRC 3.64Sep 11, 1995423.57 KB
mIRC 3.72Oct 24, 1995470.80 KB
mIRC 3.92Jan 6, 1996534.37 KB
mIRC 4.0Mar 20, 1996594.50 KB
mIRC 4.1Apr 27, 1996608.00 KB
mIRC 4.5Jun 30, 1996559.78 KB
mIRC 4.6Sep 7, 1996600.00 KB
mIRC 4.7Dec 9, 1996660.00 KB
mIRC 4.52Jul 6, 1996569.53 KB
mIRC 4.72Jan 9, 1997668.00 KB
mIRC 5.0Apr 2, 1997700.00 KB
mIRC 5.1Aug 28, 1997776.00 KB
mIRC 5.02Apr 21, 1997708.00 KB
mIRC 5.3Add info852.00 KB
mIRC 5.4Jun 23, 19980.90 MB
mIRC 5.5Jan 8, 19990.93 MB
mIRC 5.6Jun 3, 19990.98 MB
mIRC 5.7Feb 2, 20000.96 MB
mIRC 5.8Sep 5, 20001.00 MB
mIRC 5.11Sep 11, 1997776.00 KB
mIRC 5.31Jan 4, 1998856.00 KB
mIRC 5.41Jul 24, 19980.88 MB
mIRC 5.51Feb 19, 19990.94 MB
mIRC 5.61Sep 23, 19990.90 MB
mIRC 5.71May 7, 20001.07 MB
mIRC 5.81Nov 9, 20001.08 MB
mIRC 5.82Dec 14, 20001.00 MB
mIRC 6.0Feb 3, 20021.12 MB
mIRC 6.1Aug 29, 20031.17 MB
mIRC 6.2Jul 28, 20061.07 MB
mIRC 6.02Jun 6, 20021.15 MB
mIRC 6.3Aug 16, 20071.48 MB
mIRC 6.03Aug 16, 20021.16 MB
mIRC 6.11Oct 10, 20031.18 MB
mIRC 6.12Oct 13, 20031.18 MB
mIRC 6.14Mar 3, 20041.23 MB
mIRC 6.15Jun 3, 20041.24 MB
mIRC 6.16Jul 7, 20041.24 MB
mIRC 6.17Feb 17, 20061.29 MB
mIRC 6.21Nov 23, 20061.30 MB
mIRC 6.31Nov 1, 20071.65 MB
mIRC 6.32May 21, 20081.66 MB
mIRC 6.33Jul 18, 20081.67 MB
mIRC 6.34Add info1.67 MB
mIRC 6.35Oct 17, 20081.67 MB
mIRC 7.1Jul 30, 20101.80 MB
mIRC 7.14Oct 13, 20101.99 MB
mIRC 7.15Nov 8, 20101.98 MB
mIRC 7.17Dec 18, 20101.98 MB
mIRC 7.19.0.0Jun 7, 20111.82 MB
mIRC 7.19Mar 7, 20111.82 MB
mIRC 7.22Oct 13, 20111.82 MB
mIRC 7.25Add info1.82 MB
mIRC 7.27Oct 20, 20121.69 MB
mIRC 7.29Jan 17, 20131.84 MB
mIRC 7.31 (Beta)Apr 26, 20130.00 B
mIRC 7.35 (Beta)Aug 5, 20140.00 B
mIRC 7.37 (Beta)Nov 8, 20140.00 B
mIRC 7.38Nov 27, 20142.36 MB
mIRC 7.39 (Beta)Jan 29, 20150.00 B
mIRC 7.43Aug 3, 20152.36 MB

Do you have software version that is not currently listed?

Upload it now and get rewarded!

Need a software version that is not currently listed?

Make a software request now!

mIRC Description

mIRC is a popular Windows based Internet chat relay client which allows users to communicate, share files, play games or work with other members from around the world on IRC networks via private one-to-one connections or multi-user groups through different servers. mIRC is user friendly, supports file transfers and is fully configurable.
mIRC was created in 1995 to improve on earlier types of IRC clients which developers felt lacked basic IRC features. These extra features included ability to share files, customizable UI and improved scripting to improve the way the client behaves. Over the years user input has contributed to improve the mIRC client with users wanting support for multiple server connections and a change to the way channels and notify lists are displayed, with a treebar format preferred over the default switchbar.
For compatibility - OldVersion.com advises mIRC 6.35 and earlier versions for Windows 95/NT 4.0/98/ME. Later than 6.35 are compatible with Windows 2000 OS and later.
General consensus says that from v6.2+ are most stable, secure and the fastest versions of the mIRC client, 6.xx works great with PCs running older Windows operating systems.
Old versions of mIRC are still functional but are no longer supported with technical or security updates.
Pros: Connect to multiple chat room servers, secure, fast, available for older operating systems.
Cons: Challenging to use for beginners, hard to find old subjects, long queues for servers.

See Full List On Oldversion.com

Other Internet Software

mIRC Comments

MIRC 2.1a

Please enable JavaScript to view the comments powered by Disqus.blog comments powered by Disqus