Plugin:IRC/en/Commands: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
(taken from http://web.comhem.se/matrix/commands.html)
 
No edit summary
Line 1: Line 1:
{{PageLang|en}}
{{PageLang|en}}
== Menu commands ==
== Menu commands ==
''Quick connect'' use this to quickly connect to a(nother) network.
''Quick connect'' use this to quickly connect to a(nother) network.


''Join channel'' join a channel on the network.
''Join channel'' join a channel on the network.


''Change your nickname'' change your nickname.
''Change your nickname'' change your nickname.


''Show the list of available channels'' display a list containing of all visible channels.
''Show the list of available channels'' display a list containing of all visible channels.


''Show the server window'' show the server window.
''Show the server window'' show the server window.




Line 15: Line 15:
Identifiers are special variables that are translated to real values when they are sent. They are not translated in regular messaging, only in commands in the perform buffers and in aliases.
Identifiers are special variables that are translated to real values when they are sent. They are not translated in regular messaging, only in commands in the perform buffers and in aliases.


''##'' name of the channel the command was typed in (aliases only).
''##'' name of the channel the command was typed in (aliases only).


''$N'' N'th parameter of the command (aliases only).
''$N'' N'th parameter of the command (aliases only).


''$N-'' N'th AND all following parameters of the command (aliases only).
''$N-'' N'th AND all following parameters of the command (aliases only).


''#$N'' N'th parameter of the command, but result will always start with # (aliases only).
''#$N'' N'th parameter of the command, but result will always start with # (aliases only).


''%me'' current nickname.
''%me'' current nickname.


''%mnick'' primary nickname.
''%mnick'' primary nickname.


''%anick'' secondary nickname.
''%anick'' secondary nickname.


''%name'' your name as specified in the options.
''%name'' your name as specified in the options.


''%awaymsg'' current away message.
''%awaymsg'' current away message.


''%bold'' set bold (RAW IRC).
''%bold'' set bold (RAW IRC).


''%underline'' set underlined (RAW IRC).
''%underline'' set underlined (RAW IRC).


''%italics'' set italics (RAW IRC).
''%italics'' set italics (RAW IRC).


''%color'' set the color (RAW IRC).
''%color'' set the color (RAW IRC).


''%module'' module name.
''%module'' module name.


''%network'' current network.
''%network'' current network.


''%newl'' sets a new line in aliases etc. Use this to create multiline aliases.
''%newl'' sets a new line in aliases etc. Use this to create multiline aliases.


''%version'' current version of the plugin.
''%version'' current version of the plugin.


''%question[="Text"[,"Caption"[,"Default"]]]'' show user input dialog.
''%question[="Text"[,"Caption"[,"Default"]]]'' show user input dialog.




Line 55: Line 55:
These are commands specific to this client:
These are commands specific to this client:


''/SERVERSHOW'' show the server window.
''/SERVERSHOW'' show the server window.


''/SERVERHIDE'' hide the server window.
''/SERVERHIDE'' hide the server window.


''/JOINM <#Channel>'' joins a channel minimized.
''/JOINM <#Channel>'' joins a channel minimized.


''/JOINX <#Channel>'' joins a channel maximized.
''/JOINX <#Channel>'' joins a channel maximized.


''/ECHO'' determines if input is echoed.
''/ECHO'' determines if input is echoed.


''/CTCP'' send a CTCP command.
''/CTCP'' send a CTCP command.


''/DCC'' request a DCC connection.
''/DCC'' request a DCC connection.


''/CLEAR [#channel|server]'' clears the channel log.
''/CLEAR [#channel|server]'' clears the channel log.


''/HOP <#Channel>'' parts the current channel and joins the specified one, or the current if none specified.
''/HOP <#Channel>'' parts the current channel and joins the specified one, or the current if none specified.


''/AME'' sends an action to all channels you have joined.
''/AME'' sends an action to all channels you have joined.


''/AMSG'' sends a message to all channels you have joined.
''/AMSG'' sends a message to all channels you have joined.


''/CHANNELMANAGER'' open the channel manager for the current window.
''/CHANNELMANAGER'' open the channel manager for the current window.


''/IGNORE [ON|OFF|hostmask] [+qnidcm] [network]'' sets a default ignore ruleset for tha hostmask.
''/IGNORE [ON|OFF|hostmask] [+qnidcm] [network]'' sets a default ignore ruleset for tha hostmask.


''/UNIGNORE'' removes all ignores that match the hostmask.
''/UNIGNORE'' removes all ignores that match the hostmask.


''/BUDDYCHECK [ON|OFF|TIME X]'' enables or disable the online notification for this connection. You can also set the interval in which the plugin polls the server (X is the seconds between polls).
''/BUDDYCHECK [ON|OFF|TIME X]'' enables or disable the online notification for this connection. You can also set the interval in which the plugin polls the server (X is the seconds between polls).


[[Category:Tutorials (en)]]
[[Category:Tutorials (en)]]

Revision as of 11:26, 27 November 2015

Menu commands

Quick connect – use this to quickly connect to a(nother) network.

Join channel – join a channel on the network.

Change your nickname – change your nickname.

Show the list of available channels – display a list containing of all visible channels.

Show the server window – show the server window.


Identifiers

Identifiers are special variables that are translated to real values when they are sent. They are not translated in regular messaging, only in commands in the perform buffers and in aliases.

## – name of the channel the command was typed in (aliases only).

$N – N'th parameter of the command (aliases only).

$N- – N'th AND all following parameters of the command (aliases only).

#$N – N'th parameter of the command, but result will always start with # (aliases only).

%me – current nickname.

%mnick – primary nickname.

%anick – secondary nickname.

%name – your name as specified in the options.

%awaymsg – current away message.

%bold set – bold (RAW IRC).

%underline – set underlined (RAW IRC).

%italics – set italics (RAW IRC).

%color – set the color (RAW IRC).

%module – module name.

%network – current network.

%newl – sets a new line in aliases etc. Use this to create multiline aliases.

%version – current version of the plugin.

%question[="Text"[,"Caption"[,"Default"]]] – show user input dialog.


IRC commands

These are commands specific to this client:

/SERVERSHOW – show the server window.

/SERVERHIDE – hide the server window.

/JOINM <#Channel> – joins a channel minimized.

/JOINX <#Channel> – joins a channel maximized.

/ECHO – determines if input is echoed.

/CTCP – send a CTCP command.

/DCC – request a DCC connection.

/CLEAR [#channel|server] – clears the channel log.

/HOP <#Channel> – parts the current channel and joins the specified one, or the current if none specified.

/AME – sends an action to all channels you have joined.

/AMSG – sends a message to all channels you have joined.

/CHANNELMANAGER – open the channel manager for the current window.

/IGNORE [ON|OFF|hostmask] [+qnidcm] [network] – sets a default ignore ruleset for tha hostmask.

/UNIGNORE – removes all ignores that match the hostmask.

/BUDDYCHECK [ON|OFF|TIME X] – enables or disable the online notification for this connection. You can also set the interval in which the plugin polls the server (X is the seconds between polls).