mIRC Commands

 

The following commands are mostly unique to mIRC, though some are only modifications or extensions of standard IRC commands.

 

/ajinvite [on | off]

Turns auto-join on invite on or off.

 

/alias [filename] <aliasname> <command>

Adds, removes, replaces aliases; it is limited to single line aliases and will not affect multiple line definitions.

 

/alias /moo /me moos!

 

This will replace the first matching alias with the new command. To remove an existing aliases:

 

/alias /moo

 

To add an alias to a specific alias file, you would use:

 

/alias moo.txt /moo /me moos!

 

If you do not specify a filename, it defaults to using the first filename in which the alias exists, or if it does not exist then it uses the first loaded aliases file.

 

/amsg <message>

This and the /ame command send the specified message or action to all open channel windows.

 

/anick <nickname>

Changes your alternate nickname.

 

/autojoin [-nsdN]

Can be used in the on CONNECT event or Perform section to delay or prevent autojoining of channels

 

Where -n = join now, -s = skip autojoin, -dN = delay autojoin for N seconds.

 

Note: This also affects the rejoining of open channel windows during a reconnect.

 

/background [-abemsgdluhcfnrtpx] [window] [filename]

Changes the background picture setting for a window. This can also be changed via a windows System Menu.

 

  -a = active window

  -m = main mIRC window

  -s = status window

  -d = single message window

 

  -e = set as default

 

  -cfnrtp = center, fill, normal, stretch, tile, photo

 

  -l = toolbar

  -u = toolbar buttons

  -h = switchbar

  -b = treebar

 

You can right-click in the toolbar/switchbar to pop up a menu for changing these settings. Toolbar buttons can use RGB Color 255,0,255 for transparency, the BMP must be of the same form as that in mIRC resources. It should be a 16 or 256 color BMP.

 

  -x = no background picture

 

Note: The window name should only be specified if none of the window switches are specified. The filename does not need to be specified if you are only changing the display method.

 

/ban [-kruNbeIq] [#channel] <nickname|address> [type] [kick message]

Bans someone from the current channel using their address. To do this, it first does a /userhost on the nickname to retrieve the address and then does a /mode # +b.

 

If you specify the -k switch, mIRC performs a ban/kick combination on the nickname, with the optional kick message.

 

If you specify the -uN switch, mIRC pauses N seconds before removing the ban.

 

If you specify the -r switch, /ban removes the ban of the specified type for that nickname, eg. /ban -r nick 2

 

If you do not specify a ban type, then mIRC uses the whole nick!*user@host to do the ban. If you are banning an IP address then a wild card replaces the last number of the IP address. If you are on the channel then the #channel specification is not necessary.

 

If you specify a wildcard address it is used as-is, if you specify a full address then the type mask is applied to it.

 

For a list of ban types see the $mask identifier.

 

The -beIq switches apply the command to the ban/except/invite/quiet list. If none of these switches are used, it applies only to the ban list.

 

Note: This command uses the IAL maintained by mIRC.

 

/beep <number> <delay>

Beeps a number of times with a delay.

 

/channel [#channel]

Pops up the channel central window for the channel window you are currently in. You can also specify a #channel name to open the channel central for a channel you have already joined but which is not the active window.

 

/clear [-sghlc] [windowname]

Clears the buffer of the current window. If you specify a window name, that window's buffer will be cleared.

 

The -s switch clears the status window.

The -l switch clears the side-listbox in a custom window.

The -c switch clears the click history in a picture window.

The -h switch clears the editbox command history for a window.

 

/clearall [-snqmtgua]

Clears the buffers of the specified windows, where s = status, n = channel, q = query, m = message window, t = chat, u = custom, a = all windows on all connections.

 

If no switches are specified all windows are cleared.

 

/clipboard [-an] <text>

Copies the specified text to the clipboard. The -a switch makes it append the text to any existing text in the clipboard. The -n switch appends a $crlf to the text.

 

/close [-axicdfgklmnstu@] [nick|window] ... [nick|window]

Closes windows of the specified type, matching the specified nicknames, where c = chat, f = fserve, g = get, s = send, m = query, d = single message window, t = status window, l = channels list, k = links list, n = notify list, u = urls list, @ = custom windows and window id values.

 

The -a switch applies the command to all server connections.

The -x switch applies the command to the current server connection.

 

The -i switch closes only non-connected status windows or inactive chat/fserve/send/get windows.

 

If no nick or window names are given, all windows of the specified type are closed.

 

You can specify the Nth window for -cfgs by appending a number, eg. /close -s4 nick, would close the 4th open dcc send to nick.

 

You can also use a wildcard as the window name and all matching windows will be closed.

 

/color [-lrs] <name> <index>

Allows you to change the color settings for items in the Colors dialog.

 

The -l switch reloads the color settings from the mirc.ini file.

 

The -r switch resets the Nth color (index 0 to 15) in the 16 color palette to its default RGB value, with /color -r <N>. To change the color of the Nth color (index 0 to 15) in the 16 color palette to a new value, you can use /color <index> <rgb>

 

To change the color of a text item in the color dialog, you can specify the name of the item, eg. Normal text, along with a new palette index.

 

The -s switch changes the active scheme, with /color -s <scheme name>

 

Note: this command also supports color indexes 16 to 99 that are standard colors across IRC clients.

 

/copy [-aofp] <filename> <filename>

Copies a file to another filename or directory. You can also use wildcards for the source filename, and a directory name for the destination.

 

The -a switch appends the first file to the second one.

The -o switch overwrites a file if it exists.

The -f switch flushes the copy to disk immediately.

The -p switch preserves access/creation/modified timestamps.

 

/creq [+m|-m] [ask | auto | ignore]

This is the command line equivalent of setting the DCC Chat request radio buttons in the dcc options dialog (see /sreq below). The +m|-m switch turns the minimize setting on|off.

 

/ctcpreply <nick> <ctcp> [message]

Sends a reply to a ctcp query.

 

/ctcpreply goat HELP no help available.

 

/debug [-cinptrNoN] [N] [on | off | @window | filename] [identifier]

Outputs raw server messages, both incoming and outgoing, to a debug.log file, or a custom @window.

 

/debug -n @moo, opens a custom @window minimized

/debug -c off, turns off debugging and closes the associated custom @window

/debug -pt, wraps or timestamps messages

/debug N @moo, uses color N for messages

 

The -i switch calls the specified identifier before a debug line is logged. The return value of the identifier is used as the debug line.

 

The -rN and -oN switches set the incoming and outgoing line colors.

 

The $debug identifier returns the name of debug file or @window.

 

Note: /debug works independently for each server connection.

 

/describe <nick|channel> <message>

Sends an action to the specified nickname or channel.

 

/disconnect

Forces a disconnect from a server. This is different from the /quit command which sends a quit message to the server and waits for the server to disconnect you.

 

/dll <name.dll> <procname> [data]

This allows you to call routines in a DLL designed to work with mIRC.

 

/dns [-46ch] [nick|address]

Resolves an address. If mIRC sees a "." in the name you specify it assumes it is an address and tries to resolve it. Otherwise it assumes it is a nickname and performs a /userhost to find the user's address and then resolves it. If you specify an IP address, it looks up the host name.

 

You can queue multiple /dns requests, and you can view the current queue by using /dns with no parameters.

 

The -46 switches make /dns return results for IPv4, IPv6, or both types of addresses.

 

The -c switch clears all currently queued DNS requests, except for the one currently in progress.

 

The -h switch forces /dns to treat the parameter as a hostname.

 

Note: /dns can also parse a nick!user@host format and extract the nick for lookup or the host for resolution.

 

/donotdisturb [on|off]

Enables or disables the Do Not Disturb option.

 

This allows you to temporarily disable all visible/audible notifications such as sounds, tips, flashing window icons, tray icon animations, and more.

 

The $donotdisturb identifier returns $true/$false depending on whether this feature is enabled or disabled.

 

Note: This option can also be enabled or disabled via the Tools menu in the menubar.

 

/dqwindow [on|off|show|hide|min]

Manipulates the single message window.

 

/ebeeps [on | off]

Enables or disables the sounds in the Sounds dialog.

 

/echo [color] [-cdeghiNtsaqlbfnmr] [color name] [#channel|[=]nick] <text>

Prints text in the specified window using the specified color (0 to 15).

 

/echo 3 #mIRC Testing

 

would print "Testing" in the color green in channel window #mIRC, assuming it is already open.

 

If a channel/nickname is not specified, the -s switch echoes to the status window, the -d switch echoes to the single message window, and the -a switch echoes to the currently active window.

 

The -e switch encloses the line in line separators.

The -iN switch indents the wrapped line by N characters.

The -h switch forces lines to hard-wrap so resizing the window does not change the line.

The -tN switch prefixes the line with a timestamp if global time stamping is on or timestamping is on for that window. N is optional and is the UTC value to use for the timestamp.

The -q switch makes it not display the text if called from an alias using the . prefix.

The -l switch makes it apply the highlight settings to the line that is displayed.

The -bf switches make it apply the beep/flash settings in the window it is echoing to.

The -n switch prevents the echo from highlighting the window switchbar icon.

The -m switch indicates that the line should be treated as a user message.

The -g switch prevents the line from being logged to the log file.

The -r switch applies the strip settings in the messages dialog.

The -c switch uses the specified color name from the colors dialog.

 

Note: This text is only displayed in your own window, it is not sent to the server, no one else can see it.

 

/editbox [-saf[N]nopbNeNvrqN] [window] <text>

Fills the editbox of the current window with the specified text.

 

The -s switch specifies the Status window.

The -a switch specifies the Active window.

 

To specify a dcc chat window, prefix the nickname with an = equal sign.

 

The -f[N] switch where N = 1 sets focus and N = 2 uses editbox with focus

The -p switch indicates that a space should be appended to text.

The -n switch fills the editbox and presses the enter key in the editbox.

The -o switch applies the command to the second editbox in a channel window.

The -bNeN switches set the start and end of the selection in the editbox.

The -v switch prevents the editbox contents from being changed.

The -r switch allows insertion of text that contains $cr and/or $lf characters.

The -qN switch enables/disables/toggles the second editbox.

 

/emailaddr <address>

Changes the email address in the Connect dialog.

 

/exit [-nr]

Close down mIRC and exit.

 

The -n switch disables the exit confirmation dialog.

The -r switch restarts mIRC.

 

/filter [-asdfhNkwxnpriocteubglLz] [n-n2] [c s] <infile | dialog id> <outfile | dialog id | alias> [alias] <matchtext>

This command scans lines of text in a window or file and if any of them contain matchtext, they are written out to another window or file which you can then use.

 

The infile can be a filename or a window name (custom or normal). The outfile can be a filename or a custom window name. You should specify the -fw switches if the names are ambiguous eg.

 

/filter -ff in.txt out.txt *mirc*

 

This indicates that both are filenames, and:

 

/filter -wf #in.txt #out.txt *help*

 

indicates that the first is actually a window name, and the second is a filename.

 

The -a switch sorts filtered lines by calling the optional [alias]. The alias is passed two lines in $1 and $2, it must compare these and return -1, 0, or 1 to indicate relative sort order of these lines to each other.

 

The -x switch excludes matching lines.

The -n switch prefixes lines with a line number.

The -s switch makes the status window the infile.

The -d switch makes the single message window the infile.

The -p switch wraps the text output in a custom window.

The -hN switch indents wrapped text N characters when the -p switch is used.

The -r switch specifies the range of lines n to n2 for filtering.

The -b switch strips BURK codes when matching text.

The -g switch indicates that matchtext is a regular expression.

The -z switch retains line colors when filtering between custom windows.

 

The -k switch indicates that you have specified an <alias> as the output instead of a window name. The alias will be called with the result of each filtered line.

 

The -i switch indicates that you have provided a [dialog id] custom dialog control as the input.

The -o switch indicates that you have provided a [dialog id] custom dialog control as the output.

 

The -c switch clears the output window/file before writing to it.

 

The -t switch sorts the output based on [c s], column C using character S as the columns separator.

 

The -e specifies a descending sort, and -u a numeric sort.

 

The -l switch filters from the side-listbox in the first window, and -L filters to the side-listbox in the second window.

 

You can filter blank lines by specifying $crlf for the matchtext.

 

This command also fills the $filtered identifier with the number of matches found, if any.

 

Note: If the input and output are the same window/file, mIRC will process the request correctly.

 

/findtext -n <text>

This searches active window for the specified text (same as Control+F).

 

/flash [-bNwNrNc] [window] <text>

This flashes the specified window/icon but only if mIRC is not the active application.

 

If you specify a text message, it will be displayed in the mIRC window titlebar.

 

The -bN switch makes mIRC beep N times.

 

The -wN switch makes mIRC play the Flash sound specified in the Event Beeps section N times.

 

The -rN switch makes mIRC repeat the flash N times.

 

The -c switch clears the flash status of all windows.

 

In all cases, if N is not specified the flash/sound continues indefinitely.

 

Note: As with the Highlight feature, if text contains identifiers or variables, they are evaluated at every flash.

 

/flushini <filename>

Flushes the specified INI file to the hard disk. INI files are cached in memory, so you may want to do this to make sure that your INI is updated properly.

 

/font [-asbidz|window] <fontsize> <fontname>

This allows you to change the font for the current window. If no parameters are specified, the font dialog pops up, otherwise the specified parameters are used.

 

The -a switch applies the setting to the active window, -s to the status window.

 

The -b switch makes the font bold and the -i switch makes it italic.

 

The -d switch makes the font the default for that type of window, eg. for all channels, or all chats.

 

The -z switch clears all font settings and sets all windows to the specified font. If no font is specified, all windows are set to default font settings.

 

Note: If you use a negative number for the font size, it will match the size of fonts in the font dialog.

 

/fullname <name>

Changes the full name in the connect dialog.

 

/help [keyword]

Brings up the section in the mIRC help file which matches the specified keyword.

 

/hop [-cn] [#channel] [message]

Parts the current channel and joins a new one. If no new channel is specified, it parts and rejoins the current channel without closing the window.

 

The -c switch cycles the specified channel by parting and rejoining it.

 

The -n switch minimizes the channel window.

 

/join [-inxmd] <#channel>

This is a standard IRC command for joining a channel.

 

The -i switch makes you join the channel to which you were last invited.

The -n and -x switches set the minimize/maximize state for new channel windows.

The -m and -d switches set the mdi/desktop state for new channel windows.

 

/linesep [-sa|window]

Prints the line separator, set in the Options dialog, in the specified window.

 

The -s switch prints to the status window.

The -a switch prints to the active window.

 

/links [-nx]

Retrieves the servers to which your current server is linked.

 

The -n and -x switches minimize/maximize the window when it opens.

 

/load <-aN|-pscqnm|-ruvsN> <filename>

Loads the specified alias, popup, or script.

 

/load -a aliases.ini        loads an aliases file

 

If you specify N with /load -aN, this loads/reloads the file into the Nth position in the aliases list.

 

/load -ps status.ini        loads a status window popup

/load -pc status.ini        loads a channel popup

/load -pq status.ini        loads a query popup

/load -pn status.ini        loads a nickname list popup

/load -pm status.ini        loads a menubar popup

 

/load -ru users.ini        loads a users file

/load -rv vars.ini        loads a variables file

/load -rs script.ini        loads a scripts file

 

If you try to load a file that is already loaded, its contents are updated and its position in the alias/script processing order is maintained.

 

You can also use the /reload command with the same parameters to reload a file without triggering the on start/load events in the script being loaded.

 

If you specify N with /load -rsN, this loads/reloads the file into the Nth position in the scripts list.

 

Note: You can only load one section at a time.

 

/loadbuf [lines] [-apirslecNnomt<topic>] <window | dialog id> <filename>

Loads the specified number of lines from the end of filename into the specified window.

 

/loadbuf 20 @test info.txt

 

This loads the last 20 lines of info.txt into custom window @test.

 

/loadbuf 10-40 @test info.txt

 

This loads lines 10 to 40 of info.txt into custom window @test.

 

The -a switch loads the text into the active window.

The -p switch forces lines of text to wrap when added to the window.

The -i switch makes sure that lines are indented if they wrap.

The -r switch clears the contents of the output window.

The -s switch applies the command to the status window.

The -l switch applies the command to the side-listbox in a custom window.

The -e switch evaluates variables and identifiers in the line being read.

The -cN switch specifies the default color for lines.

 

The -n switch logs the loaded text to a log file, if logging is enabled for that window. The -m switch indicates that the text is already timestamped.

 

The -o switch indicates that you have specified [dialog id] parameters instead of a window name in order to load text into a custom dialog control.

 

The -t switch loads the text under the [topic] section in an INI or plain text file.

 

/localinfo -uhp [host] [ip]

Looks up and sets your Local settings. The -u switch performs a /userhost lookup, the -h switch performs a normal lookup, and the -p switch performs a UPnP lookup through your router, if that is available. If you wish, you can also specify the hostname and IP address values manually.

 

/log <on|off> <window> [-f filename]

Turns logging on and off for a window, if you specify a filename the logs file dialog is not popped up.

 

/logview -nN <filename>

Displays a text file in mIRC using the same method as the Log Files dialog.

 

The -nN switch scrolls the opened file to the specified line.

 

/menubar <on|off>

Changes the menubar display state. The $menubar identifier can be used to determine its state.

 

/mdi -act

Allows you to arrange icons, and cascade/tile windows.

 

/mkdir <dirname>

Creates the specified directory.

 

/mnick <nickname>

Changes your main nickname.

 

/msg [-snx] <nick> <message>

Sends a private message to nickname without opening a query window.

 

The -snx switches set the active/minimize/maximize state for a query window if it exists.

 

/nick <nickname>

Changes your nickname.

 

/noop

Performs no operation, parameters are evaluated as with a normal command.

 

/omsg [#channel] <message>

This and the /onotice command sends the specified message to all channel ops on a channel. You must be a channel operator to use these commands. If the #channel is not specified, then the current channel is used.

 

/partall [message]

Parts all of the channels you are currently on. On certain IRC Servers, you can also specify a message.

 

/pdcc [on | off]

If turned on, tries to speed up dcc sends by sending packets ahead of acks.

 

/perform [on|off]

Enables or disables the Perform form section.

 

/play [-escpbnx q# m# f# rl# t#] [channel/nick/stop] <filename> [delay]

This plays a text file to a user or a channel.

 

/pop <delay> [#channel] <nickname>

Performs a delayed op on a nickname. The purpose of this command is to prevent a channel window filling up with op mode changes whenever several users have the same nickname in their auto-op section.

 

mIRC will pause around <delay> seconds before performing the op. If <delay> is zero, it does an immediate op. Before performing the op it checks if the user is already opped. If you do not specify the #channel, the current channel is assumed.

 

/pvoice <delay> [#channel] <nickname>

Works the same way as the /pop command except that voices a user.

 

/qmsg <message>

This and the /qme command send the specified message or action to all open query windows.

 

/query [-snxmd] <nick> [message]

Opens a query window to the specified nickname. If a message is provided, it is sent.

 

The -snx switches set the active/minimize/maximize state for a new/existing query window.

The -md switches set the mdi/desktop state for a new query window.

 

/queryrn <nick> <newnick>

Changes the nickname of an open query window.

 

/raw [-qn] <command>

Sends the specified command directly to the server. You must know the correct raw format of the command you are sending.

 

/raw PRIVMSG nickname :Hello there!

 

The -q switch makes the command work quietly without printing what it is sending.

The -n switch prevents characters in the range 0-255 from being UTF-8 encoded, as long as the line contains characters only in the range 0-255. If there are characters outside 0-255, the whole line is UTF-8 encoded.

 

Note: This command does the same thing as /quote in other IRC clients.

 

/remini <inifile> <section> [item]

Deletes whole sections or single items in an INI file.

 

/remini my.ini DDE ServerStatus

 

This would delete the ServerStatus item, and:

 

/remini my.ini DDE

 

Would delete the DDE section.

 

See the /writeini command below for a related example.

 

Warning: Do not use this command to modify any of the INI files currently being used by mIRC.

 

/remove [-b] <filename>

Deletes the specified file.

 

The -b switch deletes the file and moves it to the recycle bin.

 

/rename [-fo] <filename> <newfilename>

Renames a file, can also be used to move a file from one directory to another.

 

The -f switch flushes the rename to disk immediately.

The -o switch allows the overwrite of an existing file.

 

Note: This can also be used to rename directories.

 

/resetidle [seconds]

This resets the $idle identifier to zero or to the number of seconds you specify.

 

/rmdir <dirname>

Deletes the specified directory.

 

Note: If the directory contains files, it cannot be deleted.

 

/run [-ahnp] <filename> [parameters]

Runs the specified program with parameters.

 

The -a switch runs the file as an administrator.

The -h switch attempts to hide the window of the application being run.

The -n switch minimizes the window of the application being run.

The -p switch sets the working path to the path of the application being run.

 

You can enclose the filename or parameters in quotes if you need to. If you specify a non-executable file, mIRC tries to open it with the application associated with that file.

 

/save <-pscqnm|-ruv> <filename>

Saves the specified popup or remote users/variables file.    

 

/save -ps status.ini        saves the status popup to status.ini

/save -pn nick.ini        saves the nickname list popup to nick.ini

 

/save -ru users.ini        saves the user list to users.ini

/save -rv vars.ini        saves the variables list to vars.ini

 

Note: You can only save one section at a time.

 

/savebuf [-saolpn] [lines] <window | dialog id> <filename>

Saves the specified number of lines from the end of the buffer of the specified window into the specified filename.

 

/savebuf 20 @test info.txt

 

This saves the last 20 lines in custom window @test to info.txt.

 

/savebuf 10-40 @test info.txt

 

This saves lines 10 to 40 in custom window @test to info.txt.

 

The -s switch saves the status window buffer.

 

The -a switch makes it append the text to the end of a file instead of overwriting it.

 

The -o switch indicates that you have specified [dialog id] parameters instead of a window name in order to save text from a custom dialog control.

 

The -l switch saves the contents of the side listbox, if there is one.

 

The -p switch strips control codes from saved lines.

 

The -n switch treats wrapped lines as a single line.

 

/saveini

Updates all mIRC-related INI files with the current settings.

 

/say <message>

This sends a message to the current channel or query window. So "/say Hello there" would be the same as just typing "Hello there".

 

Note: You cannot use this command in the remote section. Use /msg #channel <message> instead.

 

/server [-46demntpfoczu] <address/group> [port] [password] [-l method password] [-keytype global/local] [-key filename]  [-itype global/local] [-i nick anick email name] [-encoding N] [-jn #channel pass]

Connects you to a server, first disconnecting you from the current server.

 

/server irc.undernet.org 6667 mypassword

 

If you type /server with no parameters, mIRC will connect to the last server you used. If you use the server command while still connected, you will be disconnected with your normal quit message and will then connect to the specified server.

 

You can also use /server N which connects to the Nth server in the server list in the connect dialog.

 

You can also use /server group which will cycle through all the servers in the server list which have that group name until it connects to one of them.

 

The -46 switches make /server connect to either IPv4, IPv6, or both types of addresses.

 

The -d switch allows setting the current status window's connection details without connecting.

 

The -e switch initiates a secure connection to an SSL capable server. Alternatively you can prefix the port number with a plus sign, eg. +7001.

 

The -m switch creates a new server window for that connection and connects to the server. The -n switch does the same thing but does not connect to the server.

 

The -t switch initiates a secure connection to a STARTTLS capable server. Alternatively you can prefix the port number with a star sign, eg. *7001.

 

The -pfoc switches prevent perform, popup favorites folder, autojoin channels, and the on connect event when you connect to a server.

 

The -z switch minimizes the new server window.

 

The -u switch bypasses server requests for STS secure connections.

 

The -l switch specifies the login method, which can be: sasl, external, ecdsa, scram, msg, or nickserv.

 

The -key switch specifies the private certificate filename for SSL connections.

 

The -i switch specifies the nick, alternative nick, email, and name to use for this connection.

 

In addition, the switches -sar enable the following behaviour:

 

/server -sar [address] [-d description] [-p port] [-g group] [-w password] [-l method password] [-keytype global/local] [-key filename] [-itype global/local] [-i nick anick email name]

 

 -s sorts the servers list

 -a adds a server. If it exists, it is updated

 -r removes a server

 

mIRC tries to find a match for either the server address or the description in the existing servers list.

 

/setlayer <N> [window]

Sets the transparency of the main window to N, where N is between 0 and 255. If a window name is specified, such as a channel or query window name, the transparency is applied to that window.

 

/showmirc -mnrstxoplf

Manipulates the display of the main mIRC window, where -n = minimize, -r = restore, -s = show, -t = tray, -x = maximize, -o = on top, -p = not on top, -m = minimize according to tray settings, -f = full screen.

 

The -l switch can be used with the -nt switches to lock mIRC.

 

/sline [-a|r] <#channel> <N|nick>

Selects or de-selects lines in a channel nickname listbox. It can select either the Nth nickname in a listbox, or a specified nickname.

 

If you do not specify any switches, any existing selections in the listbox are cleared. If you specify the -a switch then the specified is selected without affecting the selection states of other lines. If you specify the -r switch then the specified item is de-selected.

 

/speak <text>

Speaks the specified text, see the Speech section for more information.

 

/splay [-cwmpq] <filename>

Plays the specified sound, see the Playing Sounds section.

 

/sreq [+m|-m] [ask | auto | ignore]

This is the command line equivalent of setting the DCC Send request radio buttons in the dcc options dialog (see /creq above). The +m|-m switch turns the minimize setting on|off.

 

/strip [+-buriec]

Turns control code stripping options in Options dialog on/off.

 

/strip +bur-c

 

would turn bold, underline, reverse stripping on, and turn color stripping off.

 

/switchbar <on|off>

Changes the menubar display state. The $switchbar identifier can be used to determine its state.

 

/timer[N/name] [-cdeomhipPrzN] [time] <repetitions> <interval> <command>

Starts a timer that performs a command at the specified interval and for the specified number of repetitions.

 

The N/Name parameter is an optional timer id. If not specified, the next available id is assigned to the timer.

 

If you are not connected to a server and you start a timer, it defaults to being an offline timer which means it will continue to run whether you are connected to a server or not.

 

If you are connected to a server and you start a timer, it defaults to being an online timer, which means that if you disconnect from the server, it will be turned off. You can specify the -o switch to force it to be an offline timer.

 

/timer1 0 20 /ame is AWAY!

 

Timer1 will repeat an all channel action every 20 seconds until you stop the timer.

 

If you specify a delay of 0 seconds, the timer will trigger immediately after the calling script ends.

 

/timer5 10 60 /msg #games For more info on the latest games do /msg GaMeBoT info

 

Timer5 will repeat this message to channel #games every sixty seconds and stop after 10 times.

 

/timer9 14:30 1 1 /say It is now 2:30pm

 

This will wait until 2:30pm and will then announce the time once and stop.

 

To see a list of active timers type /timers. To see the setting for timer1 type /timer1. To deactivate timer1 type /timer1 off. To deactivate all timers type /timers off. If you are activating a new timer you do not need to specify the timer number, just use:

 

/timer 10 20 /ame I am not here!

 

And mIRC will allocate the first free timer it finds to this command.

 

If you specify the -c switch, this makes mIRC "catch up" a timer by executing it more than once during one interval if the real-time interval is not matching your requested interval.

 

If you specify the -m or -h switch, this indicates that the interval delay is in milliseconds.

 

Note: The -h switch creates a high-resolution multimedia timer. This type of timer should only be used in critical timer situations since it uses system resources heavily.

 

The -d switch ensures that a timer and any subsequent timers using the -d switch are triggered in that order.

 

If you specify the -e switch, this executes the specified timer name. This also works if you specify a wildcard name.

 

Instead of using a number you can also specify a name for a timer:

 

/timershow 0 10 echo -a $nick $server $time

 

The $ltimer identifier returns the timer id of the last timer that was started by the /timer command.

 

You can force identifiers to be re-evaluated when used in a /timer command by using the format $!me or $!time.

 

If you wish to turn off a range of timers, you can use a wildcard for the number, for example:

 

/timer3? off

 

Will turn off all timers from 30 to 39.

 

The -p switch pauses execution of the command. The timer continues counting down.

The -P switch pauses execution of the command and the countdown.

The -r switch resumes a paused timer.

 

The -i switch makes a timer dynamically associate with whatever happens to be the active connection. If a server window is closed, the timer is associated with the next available server window.

 

The -zN switch resets the Online Timer, where N = 0 resets current and total time, N = 1 resets current time, and N = 2 resets total time.

 

/timestamp [-fgs|a|e] [on|off|default] [windowname]

Turns timestamping of events on or off. If you specify default, uses the global timestamp setting.

 

 -s = for status window

 -a = for active window

 -e = for every window

 

If a windowname is not specified, then the global timstamp switch is turned on or off.

 

The -f switch allows you to set the event timestamp format, eg. /timestamp -f [HH:nn]

 

The -g switch allows you to set the logging timestamp format.

 

/titlebar [@window] <text>

Sets the main application titlebar. If you specify a custom @window name, then the titlebar for that custom window is changed.

 

/tnick <nickname>

Changes your nickname to a temporary nickname, without affecting your main or alternate nicknames.

 

/tokenize <c> <text>

Fills the $1 $2 ... $N identifiers with tokens in <text> separated by character <c>, eg.:

 

/tokenize 44 a,b c,d,e

 

The above command would set $1 = a, $2 = b c, $3 = d, $4 = e

 

/toolbar <on|off>

Changes the toolbar display state. The $toolbar identifier can be used to determine its state.

 

/treebar <on|off>

Changes the treebar display state. The $treebar identifier can be used to determine its state.

 

/unload <-a|-nrs> <filename>

Unloads the specified alias or remote script file.

 

/unload -a aliases.ini        unloads the alias.ini file

/unload -rs script.ini        unloads the script.ini file

 

The -n switch prevents a script from having the on unload event triggered.

 

Note: You can only unload one script at a time.

 

/updatenl

Usually the channel nicknames list and IAL in a kick/part/quit script event are updated after the script finishes, this command updates them immediately.

 

/url [on | off | show | hide | -dranils] [[N | mark ] | address]

Show or hides the URL list window, and allows you to modify the current list of addresses in it.

 

The -r switch deletes the Nth item, or all items that match the mark you specify.

 

The -an switches allow you to open a browser window to an address, where -a = activate browser, and -n = use a new browser window.

 

The -ils switches allow you to insert an item, load, and save the list, respectively.

 

/winhelp <filename> [key]

Opens a help file with the specified search key.

 

/write [-cidnalNsNwNrNmN] <filename> [text]

Writes lines to a text file. For example:

 

/write store.txt This line will be appended to the end of file store.txt

 

The -c switch clears the file completely before writing to it, so it allows you to start with a clean slate.

 

/write -c info.txt This file will be erased and have this line written to it

 

The -lN switch specifies the line number where the text is to be written.

 

/write -l5 info.txt This line will overwrite the 5th line in the file

 

The -i switch indicates that the text should be inserted at the specified line instead of overwriting it. If you do not specify any text then a blank line is inserted. If you do not specify a line number then a blank line is added to the end of the file.

 

/write -il5 info.txt This line will be inserted at the 5th line in the file

 

The -d switch deletes a line in the file. If you do not specify a line number then the last line in the file is deleted.

 

/write -dl5 info.txt

 

The above command will delete the 5th line in the file.

 

The -sN switch scans a file for the line beginning with the specified text and performs the operation on that line.

 

/write -dstest info.txt

 

This will scan file info.txt for a line beginning with the word "test" and if found, deletes it.

 

If you do not specify any switches then the text is just added to the end of the file.

 

The -wN switch scans a file for the line containing the specified wildcard text and performs the operation on that line. The -rN switch implies a regex match. The scan text can be enclosed in quotes if it contains spaces.

 

The -mN switch changes how CRLFs are written to the end of a file, where N = 0 is the default behaviour, N = 1 adds CRLF to end of file if it is not already there before writing a line, and N = 2 never adds CRLF to end of file before writing a line.

 

The -a switch indicates that mIRC should append the line of text you specified to the existing text of the specified line.

 

The -n switch prevents it from adding a $crlf to the end of the text.

 

Note: You cannot use this command to write to an INI file. If you do so, you will most likely corrupt the INI file.

 

/writeini -nz <inifile> <section> <item> <value>

Writes to files in the standard INI file format.

 

If the -n switch is specified, it will attempt to write to the .ini file even if it is larger than 64k.

 

If the -z switch is specified, it write an empty value.

 

A part of the mirc.ini file looks like this:

 

[DDE]

ServerStatus=on

ServiceName=mirc

 

You could achieve this with /writeini by using:

 

/writeini my.ini DDE ServerStatus on

/writeini my.ini DDE ServiceName mirc

 

You can delete whole sections or items by using the /remini command.

 

Warning: Do not use this command to modify any of the INI files that mIRC is currently using.