mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
Applied grammar and styling corrections
Applied grammar and styling corrections.
This commit is contained in:
parent
f0aa2d2049
commit
71ab0fbda6
@ -6,15 +6,15 @@
|
|||||||
%9Parameters:%9
|
%9Parameters:%9
|
||||||
|
|
||||||
A name of the alias and the command to execute. You can prepend the alias
|
A name of the alias and the command to execute. You can prepend the alias
|
||||||
with the "-" character to remove the alias; if no argument is given, your
|
with the '-' character to remove the alias; if no argument is given, your
|
||||||
aliases will be displayed.
|
aliases will be displayed.
|
||||||
|
|
||||||
%9Description:%9
|
%9Description:%9
|
||||||
|
|
||||||
Creates or updates an alias; you can use the ";" character to separate
|
Creates or updates an alias; you can use the ';' character to separate
|
||||||
multiple commands.
|
multiple commands.
|
||||||
|
|
||||||
The parametesr given to the alias are expanded in "$[\d]" For example $0,
|
The parameters given to the alias are expanded in '$[\d]'; for example $0,
|
||||||
$1, $2, $8, $12, ...
|
$1, $2, $8, $12, ...
|
||||||
|
|
||||||
If you don't use any parameters in your alias, all parameters will be
|
If you don't use any parameters in your alias, all parameters will be
|
||||||
|
@ -12,11 +12,11 @@
|
|||||||
|
|
||||||
%9Description:%9
|
%9Description:%9
|
||||||
|
|
||||||
Marks yourself as "away"; this method is used to inform people that you
|
Marks yourself as 'away'; this method is used to inform people that you
|
||||||
are not paying attention to your screen.
|
are not paying attention to your screen.
|
||||||
|
|
||||||
You might use it when you are taking a nap, in the shower, getting some
|
You might use it when you are taking a nap, in the shower, getting some
|
||||||
food, or otherwise engaged. When you're "away" you will see "(zZzZ)" in
|
food, or otherwise engaged. When you're 'away' you will see '(zZzZ)' in
|
||||||
your statusbar.
|
your statusbar.
|
||||||
|
|
||||||
Anyone who does a WHOIS on your nickname will see that you are away, as
|
Anyone who does a WHOIS on your nickname will see that you are away, as
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
%9Configuring the custom format:%9
|
%9Configuring the custom format:%9
|
||||||
|
|
||||||
You must set the custom ban_type to the format you would like to use. For
|
You must set the custom ban_type to the format you would like to use. For
|
||||||
example, if you set the custom ban_type to "nick domain", it will generate
|
example, if you set the custom ban_type to 'nick domain', it will generate
|
||||||
a ban based on the nick!*@*.domain.tld format.
|
a ban based on the nick!*@*.domain.tld format.
|
||||||
|
|
||||||
%9Examples:%9
|
%9Examples:%9
|
||||||
|
@ -34,8 +34,8 @@
|
|||||||
/CHANNEL LIST
|
/CHANNEL LIST
|
||||||
/CHANNEL ADD -auto #irssi Freenode
|
/CHANNEL ADD -auto #irssi Freenode
|
||||||
/CHANNEL ADD -auto #basementcat Quakenet secret_lair
|
/CHANNEL ADD -auto #basementcat Quakenet secret_lair
|
||||||
/CHANNEL ADD -auto -bots "*!@*.irssi.org *!bot@irssi.org" -botcmd "msg $0 op WzerTrzq" #hideout Freenode
|
/CHANNEL ADD -auto -bots '*!@*.irssi.org *!bot@irssi.org' -botcmd 'msg $0 op WzerTrzq' #hideout Freenode
|
||||||
/CHANNEL ADD -auto -bots "Q!TheQBot@CServe.quakenet.org" -botcmd "^MSG Q op #irssi" #irssi Quakenet
|
/CHANNEL ADD -auto -bots 'Q!TheQBot@CServe.quakenet.org' -botcmd '^MSG Q op #irssi' #irssi Quakenet
|
||||||
/CHANNEL REMOVE #hideout Freenode
|
/CHANNEL REMOVE #hideout Freenode
|
||||||
|
|
||||||
%9Special Example:%9
|
%9Special Example:%9
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
-all: Clear all the windows
|
-all: Clear all the windows
|
||||||
|
|
||||||
The window number to clear; if no argument is given, the active window
|
The window number to clear; if no argument is given, the active window
|
||||||
is used.
|
will be used.
|
||||||
|
|
||||||
%9Description:%9
|
%9Description:%9
|
||||||
|
|
||||||
|
@ -5,7 +5,8 @@
|
|||||||
|
|
||||||
%9Parameters:%9
|
%9Parameters:%9
|
||||||
|
|
||||||
-auto: Inserts the completion without pressing a word completion character.
|
-auto: Inserts the completion without pressing a word completion
|
||||||
|
character.
|
||||||
-delete: Removes the completion from the configuration.
|
-delete: Removes the completion from the configuration.
|
||||||
|
|
||||||
A key and the value to use as a replacement. If no argument is given, the
|
A key and the value to use as a replacement. If no argument is given, the
|
||||||
|
@ -27,19 +27,19 @@
|
|||||||
and file transfers.
|
and file transfers.
|
||||||
|
|
||||||
If you are behind NAT, or if the firewall is too restrictive, you might
|
If you are behind NAT, or if the firewall is too restrictive, you might
|
||||||
want to try if using the passive parameter resolved your conneciton
|
want to try if using the passive parameter resolved your connection
|
||||||
problem.
|
problem.
|
||||||
|
|
||||||
You can send files which contain special character or spaces by enclosing
|
You can send files which contain special character or spaces by enclosing
|
||||||
the filename within quotes. For example: "my file with spaces.txt".
|
the filename within quotes. For example: 'my file with spaces.txt'.
|
||||||
|
|
||||||
%9Examples:%9
|
%9Examples:%9
|
||||||
|
|
||||||
/DCC CHAT mike
|
/DCC CHAT mike
|
||||||
/DCC GET bob "summer vacation.mkv"
|
/DCC GET bob 'summer vacation.mkv'
|
||||||
/DCC SEND sarah documents/resume.pdf
|
/DCC SEND sarah documents/resume.pdf
|
||||||
/DCC CLOSE mike
|
/DCC CLOSE mike
|
||||||
/DCC CLOSE bob "summer vacation.mkv"
|
/DCC CLOSE bob 'summer vacation.mkv'
|
||||||
|
|
||||||
%9See also:%9 CD
|
%9See also:%9 CD
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
%9Description:%9
|
%9Description:%9
|
||||||
|
|
||||||
Removes the channel operator privileges from the given nicknames; you may
|
Removes the channel operator privileges from the given nicknames; you may
|
||||||
use the wildcard character "*" in a nickname.
|
use the wildcard character '*' in a nickname.
|
||||||
|
|
||||||
%9Examples:%9
|
%9Examples:%9
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
%9Description:%9
|
%9Description:%9
|
||||||
|
|
||||||
Removes the channel voice privileges from the given nicknames; you may use
|
Removes the channel voice privileges from the given nicknames; you may use
|
||||||
the wildcard character "*" in a nickname.
|
the wildcard character '*' in a nickname.
|
||||||
|
|
||||||
If a channel is moderated, the users will require a voice or op in order to
|
If a channel is moderated, the users will require a voice or op in order to
|
||||||
be able to send messages to the channel.
|
be able to send messages to the channel.
|
||||||
|
@ -5,15 +5,15 @@
|
|||||||
|
|
||||||
%9Parameters:%9
|
%9Parameters:%9
|
||||||
|
|
||||||
The network to disconnect from and the message to advertise; if no parameters
|
The network to disconnect from and the message to advertise; if no
|
||||||
are given, the active server will be used.
|
parameters are given, the active server will be used.
|
||||||
|
|
||||||
%9Description:%9
|
%9Description:%9
|
||||||
|
|
||||||
Disconnects from one or more IRC servers; the list of all the servers you
|
Disconnects from one or more IRC servers; the list of all the servers you
|
||||||
are connected to can be retrieved via the SERVER command.
|
are connected to can be retrieved via the SERVER command.
|
||||||
|
|
||||||
Use the wildcard character "*" if you want to disconnect from all servers.
|
Use the wildcard character '*' if you want to disconnect from all servers.
|
||||||
|
|
||||||
%9Examples:%9
|
%9Examples:%9
|
||||||
|
|
||||||
|
@ -10,9 +10,9 @@
|
|||||||
%9Description:%9
|
%9Description:%9
|
||||||
|
|
||||||
Evaluates the given commands and executes them; you can use internal
|
Evaluates the given commands and executes them; you can use internal
|
||||||
variables and separate multiple commands by using the ";" character.
|
variables and separate multiple commands by using the ';' character.
|
||||||
|
|
||||||
%9Examples%9
|
%9Examples:%9
|
||||||
|
|
||||||
/EVAL echo I am connected to ${S} on ${chatnet} as ${N}
|
/EVAL echo I am connected to ${S} on ${chatnet} as ${N}
|
||||||
/EVAL echo My user privileges are +${usermode}; echo Let's party!
|
/EVAL echo My user privileges are +${usermode}; echo Let's party!
|
||||||
|
@ -9,7 +9,8 @@
|
|||||||
-nosh: Doesn't execute the command through /bin/sh.
|
-nosh: Doesn't execute the command through /bin/sh.
|
||||||
-out: Sends the output to the active channel or query.
|
-out: Sends the output to the active channel or query.
|
||||||
-msg: Sends the output to the specified nickname or channel.
|
-msg: Sends the output to the specified nickname or channel.
|
||||||
-notice: Sends the output to the specified nickname or channel as notices.
|
-notice: Sends the output to the specified nickname or channel as
|
||||||
|
notices.
|
||||||
-name: Gives the process the specified name.
|
-name: Gives the process the specified name.
|
||||||
-window: Displays the output in the active window.
|
-window: Displays the output in the active window.
|
||||||
-close: Forcibly closes a process that doesn't die.
|
-close: Forcibly closes a process that doesn't die.
|
||||||
@ -29,7 +30,7 @@
|
|||||||
The output of the process can be redirected to various targets, such as
|
The output of the process can be redirected to various targets, such as
|
||||||
a window, a channel, a nickname or a query.
|
a window, a channel, a nickname or a query.
|
||||||
|
|
||||||
The process identifier must always begin with the "%%" character. For
|
The process identifier must always begin with the '%%' character. For
|
||||||
example %%0.
|
example %%0.
|
||||||
|
|
||||||
If you remove a process with the close parameter, it will only make Irssi
|
If you remove a process with the close parameter, it will only make Irssi
|
||||||
|
@ -5,7 +5,8 @@
|
|||||||
|
|
||||||
%9Description:%9
|
%9Description:%9
|
||||||
|
|
||||||
Forces an immediate flush of the buffers if the related settings are enabled.
|
Forces an immediate flush of the buffers if the related settings are
|
||||||
|
enabled.
|
||||||
|
|
||||||
%9Examples:%9
|
%9Examples:%9
|
||||||
|
|
||||||
|
@ -9,7 +9,8 @@
|
|||||||
-full: Indicates that the pattern must match a full word.
|
-full: Indicates that the pattern must match a full word.
|
||||||
-pattern: The text pattern to ignore.
|
-pattern: The text pattern to ignore.
|
||||||
-except: Negates the ignore.
|
-except: Negates the ignore.
|
||||||
-replies: Also ignore nicknames who are talking to anyone who matches the ignore.
|
-replies: Also ignore nicknames who are talking to anyone who matches
|
||||||
|
the ignore.
|
||||||
-network: Ignores only on a specific network.
|
-network: Ignores only on a specific network.
|
||||||
-channels: Ignores only on specific channels.
|
-channels: Ignores only on specific channels.
|
||||||
-time: The timeout to automatically remove the ignore.
|
-time: The timeout to automatically remove the ignore.
|
||||||
@ -21,8 +22,8 @@
|
|||||||
|
|
||||||
Ignores nicknames or text that matches a pattern.
|
Ignores nicknames or text that matches a pattern.
|
||||||
|
|
||||||
The special level "NO_ACT" can be used to ignore activity in the statusbar
|
The special level 'NO_ACT' can be used to ignore activity in the statusbar
|
||||||
without actually ignoring the message; this behaviour is somewhat special
|
without actually ignoring the message; this behavior is somewhat special
|
||||||
because it is allowed in addition to other ignores for the same target.
|
because it is allowed in addition to other ignores for the same target.
|
||||||
|
|
||||||
%9Examples:%9
|
%9Examples:%9
|
||||||
|
@ -1,20 +0,0 @@
|
|||||||
|
|
||||||
%9Syntax:%9
|
|
||||||
|
|
||||||
INVITELIST
|
|
||||||
|
|
||||||
%9Description:%9
|
|
||||||
|
|
||||||
Displays the invitelist for the active channel; nicknames who match the
|
|
||||||
masks will be able to join the channel if its invite only.
|
|
||||||
|
|
||||||
This is not a command, but a default alias.
|
|
||||||
|
|
||||||
%9Examples:%9
|
|
||||||
|
|
||||||
/INVITELIST
|
|
||||||
|
|
||||||
%9References:%9
|
|
||||||
|
|
||||||
/ALIAS INVITELIST MODE $C +I
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
|||||||
-invite Joins the channel you were last invited to.
|
-invite Joins the channel you were last invited to.
|
||||||
-<server tag> The server tag on which you want to join the channel.
|
-<server tag> The server tag on which you want to join the channel.
|
||||||
|
|
||||||
The channel names, separated by a commma, to join and the channel key.
|
The channel names, separated by a comma, to join and the channel key.
|
||||||
|
|
||||||
%9Description:%9
|
%9Description:%9
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
@SYNTAX:kick@
|
@SYNTAX:kick@
|
||||||
|
|
||||||
%9Parameters%9
|
%9Parameters:%9
|
||||||
|
|
||||||
The channel and the nicknames, separated by a comma, to kick from the
|
The channel and the nicknames, separated by a comma, to kick from the
|
||||||
channel and the reason thereof; if no channel is given, the active channel
|
channel and the reason thereof; if no channel is given, the active channel
|
||||||
|
@ -5,9 +5,9 @@
|
|||||||
|
|
||||||
%9Parameters:%9
|
%9Parameters:%9
|
||||||
|
|
||||||
The channel and the nicknames, separated by a comma, to kickban from the
|
The channel and the nicknames, separated by a comma, to kick and ban from
|
||||||
channel and the reason thereof; if no channel is given, the active channel
|
the channel and the reason thereof; if no channel is given, the active
|
||||||
will be used.
|
channel will be used.
|
||||||
|
|
||||||
%9Description:%9
|
%9Description:%9
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
%9Parameters:%9
|
%9Parameters:%9
|
||||||
|
|
||||||
-: Doesn't print the "Lastlog:" and "End of Lastlog" messages.
|
-: Doesn't print the 'Lastlog:' and 'End of Lastlog' messages.
|
||||||
-file: Output the lastlog to a file instead of the active window.
|
-file: Output the lastlog to a file instead of the active window.
|
||||||
-window: Specifies the window to check.
|
-window: Specifies the window to check.
|
||||||
-new: Only displays results since the previous lastlog.
|
-new: Only displays results since the previous lastlog.
|
||||||
@ -30,8 +30,8 @@
|
|||||||
%9Examples:%9
|
%9Examples:%9
|
||||||
|
|
||||||
/LASTLOG holiday
|
/LASTLOG holiday
|
||||||
/LASTLOG "is on vacation"
|
/LASTLOG 'is on vacation'
|
||||||
/LASTLOG -file -force ~/mike.log "mike"
|
/LASTLOG -file -force ~/mike.log 'mike'
|
||||||
|
|
||||||
%9See also:%9 HILIGHT, SCROLLBACK
|
%9See also:%9 HILIGHT, SCROLLBACK
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
SAVE: Saves your layout to the configuration.
|
SAVE: Saves your layout to the configuration.
|
||||||
RESET: Removes the saved layout from the configuration.
|
RESET: Removes the saved layout from the configuration.
|
||||||
|
|
||||||
%9Descripton:%9
|
%9Description:%9
|
||||||
|
|
||||||
Saves the layout of your window configuration; the next time you connect
|
Saves the layout of your window configuration; the next time you connect
|
||||||
to the server, you will join the channels in the same window as before.
|
to the server, you will join the channels in the same window as before.
|
||||||
|
@ -36,5 +36,5 @@
|
|||||||
NOHILIGHT The text is not highlighted.
|
NOHILIGHT The text is not highlighted.
|
||||||
|
|
||||||
When using levels from Irssi scripts, you need to prepend the level with
|
When using levels from Irssi scripts, you need to prepend the level with
|
||||||
"MSGLEVEL_"; for example "CRAP" will be "MSGLEVEL_CRAP".
|
'MSGLEVEL_'; for example 'CRAP' becomes 'MSGLEVEL_CRAP'.
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
%9Parameters:%9
|
%9Parameters:%9
|
||||||
|
|
||||||
-yes: Comfirms that you want to receive a large amount of data.
|
-yes: Confirms that you want to receive a large amount of data.
|
||||||
|
|
||||||
The text a channel must match; if no argument is given, the list of all
|
The text a channel must match; if no argument is given, the list of all
|
||||||
channels will be displayed.
|
channels will be displayed.
|
||||||
@ -21,5 +21,5 @@
|
|||||||
/LIST -yes
|
/LIST -yes
|
||||||
/LIST -yes *ubuntu*
|
/LIST -yes *ubuntu*
|
||||||
|
|
||||||
See also: QUOTE, STATS, WHOIS
|
%9See also:%9 QUOTE, STATS, WHOIS
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
@SYNTAX:load@
|
@SYNTAX:load@
|
||||||
|
|
||||||
%9Parameters%9
|
%9Parameters:%9
|
||||||
|
|
||||||
The name of the module and submodule to load.
|
The name of the module and submodule to load.
|
||||||
|
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
|
|
||||||
%9Parameters:%9
|
%9Parameters:%9
|
||||||
|
|
||||||
OPEN: Opens a logfile.
|
OPEN: Opens a log file.
|
||||||
CLOSE: Closes a logfile.
|
CLOSE: Closes a log file.
|
||||||
START: Starts logging a log entry.
|
START: Starts logging a log entry.
|
||||||
STOP: Stops logging a log entry.
|
STOP: Stops logging a log entry.
|
||||||
|
|
||||||
@ -16,7 +16,7 @@
|
|||||||
-window: Displays the output to the active window, or the window
|
-window: Displays the output to the active window, or the window
|
||||||
specified in the targets parameter.
|
specified in the targets parameter.
|
||||||
-<server tag>: The server tag the targets must be on.
|
-<server tag>: The server tag the targets must be on.
|
||||||
-targets: Logs the specified nickhames or channels.
|
-targets: Logs the specified nicknames or channels.
|
||||||
-colors: Also log the color codes of the messages.
|
-colors: Also log the color codes of the messages.
|
||||||
|
|
||||||
The filename of the log and the levels to match; if no argument is given,
|
The filename of the log and the levels to match; if no argument is given,
|
||||||
@ -24,10 +24,10 @@
|
|||||||
|
|
||||||
%9Description:%9
|
%9Description:%9
|
||||||
|
|
||||||
Opens a logfile and stores the messages of the given targets into it; the
|
Opens a log file and stores the messages of the given targets into it; the
|
||||||
logfiles will be locked so multiple clients cannot log to the same file.
|
log files will be locked so multiple clients cannot log to the same file.
|
||||||
|
|
||||||
You may use any of the date formats to create a logrotation; we strongly
|
You may use any of the date formats to create a log rotation; we strongly
|
||||||
recommend you to enable autolog if you are interested in keeping logs.
|
recommend you to enable autolog if you are interested in keeping logs.
|
||||||
|
|
||||||
%9Examples:%9
|
%9Examples:%9
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
%9Description:%9
|
%9Description:%9
|
||||||
|
|
||||||
Displays the network map of an IRC network; this command is usally
|
Displays the network map of an IRC network; this command is usually
|
||||||
reserved for IRC operators and does not work on all servers.
|
reserved for IRC operators and does not work on all servers.
|
||||||
|
|
||||||
%9Examples:%9
|
%9Examples:%9
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
After establishing a DCC CHAT connection that you initiated, you might
|
After establishing a DCC CHAT connection that you initiated, you might
|
||||||
encounter some protocol issues if the target is using mIRC.
|
encounter some protocol issues if the target is using mIRC.
|
||||||
|
|
||||||
If you or your target sees some unexpected output or behaviour inside a DCC
|
If you or your target sees some unexpected output or behavior inside a DCC
|
||||||
CHAT session, use this command to enable mIRC compatibility mode.
|
CHAT session, use this command to enable mIRC compatibility mode.
|
||||||
|
|
||||||
When receiving a connection from an mIRC user, the compatibility mode will
|
When receiving a connection from an mIRC user, the compatibility mode will
|
||||||
@ -24,5 +24,5 @@
|
|||||||
/MIRCDCC ON
|
/MIRCDCC ON
|
||||||
/MIRCDCC OFF
|
/MIRCDCC OFF
|
||||||
|
|
||||||
%9See also:%9 ACTION, DCC, CTCP
|
%9See also:%9 ACTION, CTCP, DCC
|
||||||
|
|
||||||
|
@ -16,17 +16,17 @@
|
|||||||
Modifies the user or channel modes for which you are privileged to modify.
|
Modifies the user or channel modes for which you are privileged to modify.
|
||||||
|
|
||||||
You can specify multiple modes in one command and prepend them by using the
|
You can specify multiple modes in one command and prepend them by using the
|
||||||
"+" sign to set or "-" sign to unset; modes that require a parameter will be
|
'+' sign to set or '-' sign to unset; modes that require a parameter will be
|
||||||
retrieved from the argument list.
|
retrieved from the argument list.
|
||||||
|
|
||||||
Some common channel modes are:
|
Some common channel modes are:
|
||||||
|
|
||||||
b <mask>: Adds or removes a ban; a ban will prevent a user who
|
b <mask>: Adds or removes a ban; a ban will prevent a user who
|
||||||
matches the given mask from joining the channel unless
|
matches the given mask from joining the channel unless
|
||||||
he or she is invited or in the excempt list.
|
he or she is invited or in the exempt list.
|
||||||
e <mask>: Adds or removes a ban exception; users who match a mask
|
e <mask>: Adds or removes a ban exception; users who match a mask
|
||||||
on the excempt list are able to join a channel even if
|
on the exempt list are able to join a channel even if
|
||||||
they also match an entry on the banlist.
|
they also match an entry on the ban list.
|
||||||
i: When enabled, users need to be invited into the channel
|
i: When enabled, users need to be invited into the channel
|
||||||
or have a matching entry in the invite list.
|
or have a matching entry in the invite list.
|
||||||
I <mask>: Adds or removes an invite; users who match a mask on
|
I <mask>: Adds or removes an invite; users who match a mask on
|
||||||
@ -39,7 +39,7 @@
|
|||||||
that may join the channel.
|
that may join the channel.
|
||||||
m: When enabled, users who are not opped or voiced cannot
|
m: When enabled, users who are not opped or voiced cannot
|
||||||
send messages to the channel.
|
send messages to the channel.
|
||||||
n: When enabled, users who are not on the channel cannnot
|
n: When enabled, users who are not on the channel cannot
|
||||||
send messages to it.
|
send messages to it.
|
||||||
p: When enabled, the channel will not be displayed in your
|
p: When enabled, the channel will not be displayed in your
|
||||||
WHOIS output.
|
WHOIS output.
|
||||||
@ -73,5 +73,5 @@
|
|||||||
/MODE +impsnkl secret_hideout 100
|
/MODE +impsnkl secret_hideout 100
|
||||||
/MODE mike +iw
|
/MODE mike +iw
|
||||||
|
|
||||||
%9See also:%9 BAN, DEOP, DEVOICE, UNBAN, OP, VOICE
|
%9See also:%9 BAN, DEOP, DEVOICE, OP, UNBAN, VOICE
|
||||||
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
|
|
||||||
|
|
||||||
%9Syntax:%9
|
%9Syntax:%9
|
||||||
|
|
||||||
@SYNTAX:motd@
|
@SYNTAX:motd@
|
||||||
@ -11,7 +10,7 @@
|
|||||||
|
|
||||||
%9Description:%9
|
%9Description:%9
|
||||||
|
|
||||||
Displays the "Message of the Day" of an IRC server.
|
Displays the welcome message of an IRC server.
|
||||||
|
|
||||||
%9Examples:%9
|
%9Examples:%9
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
%9Description:%9
|
%9Description:%9
|
||||||
|
|
||||||
Displays the users who are in a channel; you can provide multiple channels
|
Displays the users who are in a channel; you can provide multiple channels
|
||||||
by separating them with the comma "," character.
|
by separating them with a comma.
|
||||||
|
|
||||||
%9Examples:%9
|
%9Examples:%9
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
%9Description:%9
|
%9Description:%9
|
||||||
|
|
||||||
Sends a CTCP reply to a nickname or channel; you can provide multiple
|
Sends a CTCP reply to a nickname or channel; you can provide multiple
|
||||||
targets by separating them with the comma "," character.
|
targets by separating them with a comma.
|
||||||
|
|
||||||
%9Examples:%9
|
%9Examples:%9
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
%9Description:%9
|
%9Description:%9
|
||||||
|
|
||||||
Displays some information about users who are currently lost in one or
|
Displays some information about users who are currently lost in one or
|
||||||
more netsplits.
|
more net splits.
|
||||||
|
|
||||||
%9Examples:%9
|
%9Examples:%9
|
||||||
|
|
||||||
|
@ -14,8 +14,8 @@
|
|||||||
-realname: Specifies the real name to use.
|
-realname: Specifies the real name to use.
|
||||||
-host: Specifies the hostname to use.
|
-host: Specifies the hostname to use.
|
||||||
-usermode: Specifies the user modes to set on yourself.
|
-usermode: Specifies the user modes to set on yourself.
|
||||||
-autosendcmd: Specifies the commands, separated by the ";" character,
|
-autosendcmd: Specifies the commands, separated by the ';' character,
|
||||||
and enclosed within two '"' characters, to perform after
|
and enclosed within two "'" characters, to perform after
|
||||||
connecting.
|
connecting.
|
||||||
-querychans: Specifies the maximum number of channels to put in one MODE
|
-querychans: Specifies the maximum number of channels to put in one MODE
|
||||||
or WHO command when synchronizing.
|
or WHO command when synchronizing.
|
||||||
@ -44,15 +44,15 @@
|
|||||||
When using the ADD parameter on a network that already exists, the
|
When using the ADD parameter on a network that already exists, the
|
||||||
configuration will be merged with each other.
|
configuration will be merged with each other.
|
||||||
|
|
||||||
We recommend using "WAIT 2000" between the automated commands in order to
|
We recommend using 'WAIT 2000' between the automated commands in order to
|
||||||
prevent you from being kicked from the network due to flooding commands.
|
prevent you from being kicked from the network due to flooding commands.
|
||||||
|
|
||||||
%9Examples:%9
|
%9Examples:%9
|
||||||
|
|
||||||
/NETWORK ADD -usermode +giw EFnet
|
/NETWORK ADD -usermode +giw EFnet
|
||||||
/NETWORK ADD -usermode +iw -nick mike -realname "The one and only mike!" -host staff.irssi.org Freenode
|
/NETWORK ADD -usermode +iw -nick mike -realname 'The one and only mike!' -host staff.irssi.org Freenode
|
||||||
/NETWORK ADD -autosendcmd "^MSG NickServ identify WzerT8zq" Freenode
|
/NETWORK ADD -autosendcmd '^MSG NickServ identify WzerT8zq' Freenode
|
||||||
/NETWORK ADD -autosendcmd "^MSG Q@CServe.quakenet.org AUTH mike WzerT8zq; WAIT 2000; OPER mike WzerT8zq; WAIT 2000; MODE mike +kXP" Quakenet
|
/NETWORK ADD -autosendcmd '^MSG Q@CServe.quakenet.org AUTH mike WzerT8zq; WAIT 2000; OPER mike WzerT8zq; WAIT 2000; MODE mike +kXP' Quakenet
|
||||||
/NETWORK REMOVE Freenode
|
/NETWORK REMOVE Freenode
|
||||||
|
|
||||||
%9See also:%9 CHANNEL, CONNECT, SERVER
|
%9See also:%9 CHANNEL, CONNECT, SERVER
|
||||||
|
@ -12,8 +12,7 @@
|
|||||||
Sends a notice to the target nickname or channel; these are often used in
|
Sends a notice to the target nickname or channel; these are often used in
|
||||||
automated bots or scripts.
|
automated bots or scripts.
|
||||||
|
|
||||||
You can provide multiple targets by separating them with the comma ","
|
You can provide multiple targets by separating them with a comma.
|
||||||
character.
|
|
||||||
|
|
||||||
%9Examples:%9
|
%9Examples:%9
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
%9Description:%9
|
%9Description:%9
|
||||||
|
|
||||||
Grants the channel operator privileges to the given nicknames; you may use
|
Grants the channel operator privileges to the given nicknames; you may use
|
||||||
the wildcard character "*" in a nickname.
|
the wildcard character '*' in a nickname.
|
||||||
|
|
||||||
%9Examples:%9
|
%9Examples:%9
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
%9Parameters:%9
|
%9Parameters:%9
|
||||||
|
|
||||||
The nickname or channel to ping, you can use the asterisk "*" character to
|
The nickname or channel to ping, you can use the asterisk '*' character to
|
||||||
ping every user on a channel.
|
ping every user on a channel.
|
||||||
|
|
||||||
%9Description:%9
|
%9Description:%9
|
||||||
|
@ -6,15 +6,15 @@
|
|||||||
%9Parameters:%9
|
%9Parameters:%9
|
||||||
|
|
||||||
SAVE: Saves the raw server buffer into a file.
|
SAVE: Saves the raw server buffer into a file.
|
||||||
OPEN: Opens a logfile and start logging all raw data.
|
OPEN: Opens a log file and start logging all raw data.
|
||||||
CLOSE: Closes the logfile
|
CLOSE: Closes the log file
|
||||||
|
|
||||||
The filename to store the raw data into.
|
The filename to store the raw data into.
|
||||||
|
|
||||||
%9Description:%9
|
%9Description:%9
|
||||||
|
|
||||||
Saves all the raw data that is received from and transmitted to the active
|
Saves all the raw data that is received from and transmitted to the active
|
||||||
server into a logfile.
|
server into a log file.
|
||||||
|
|
||||||
%9Examples:%9
|
%9Examples:%9
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
into a specific charset.
|
into a specific charset.
|
||||||
|
|
||||||
To get a list of supported charsets on your system, you can generally use
|
To get a list of supported charsets on your system, you can generally use
|
||||||
the "iconv -l" command.
|
the 'iconv -l' command.
|
||||||
|
|
||||||
%9Examples:%9
|
%9Examples:%9
|
||||||
|
|
||||||
|
@ -20,5 +20,5 @@
|
|||||||
/SAVE -formats
|
/SAVE -formats
|
||||||
/SAVE ~/.irssi/config-new
|
/SAVE ~/.irssi/config-new
|
||||||
|
|
||||||
%9See also:%9 SET, RELOAD
|
%9See also:%9 RELOAD, SET
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
/SCRIPT LOAD ~/.irssi/scripts/nickserv.pl
|
/SCRIPT LOAD ~/.irssi/scripts/nickserv.pl
|
||||||
/SCRIPT UNLOAD nickserv
|
/SCRIPT UNLOAD nickserv
|
||||||
/SCRIPT RESET
|
/SCRIPT RESET
|
||||||
/SCRIPT EXEC foreach my $channel (Irssi::channels()) { Irssi::print($channel->{name} . " @ " . $channel->{server}->{tag}); }
|
/SCRIPT EXEC foreach my $channel (Irssi::channels()) { Irssi::print($channel->{name} . ' @ ' . $channel->{server}->{tag}); }
|
||||||
|
|
||||||
%9See also:%9 LOAD, SAVE, UNLOAD
|
%9See also:%9 LOAD, SAVE, UNLOAD
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
END: Go to the end of the buffer.
|
END: Go to the end of the buffer.
|
||||||
|
|
||||||
-all: Applies to all windows instead of only the active one.
|
-all: Applies to all windows instead of only the active one.
|
||||||
-level: The levels, separated by a comman, to match.
|
-level: The levels, separated by a comma, to match.
|
||||||
|
|
||||||
The line number, timestamp to jump to or the window reference number to
|
The line number, timestamp to jump to or the window reference number to
|
||||||
clear.
|
clear.
|
||||||
@ -23,7 +23,7 @@
|
|||||||
Manipulate the text in the window to go to a to the given line number, or
|
Manipulate the text in the window to go to a to the given line number, or
|
||||||
clear the buffers.
|
clear the buffers.
|
||||||
|
|
||||||
The timestamp format is format is "[dd[.mm] | -<days ago>] hh:mi[:ss]".
|
The timestamp format is format is '[dd[.mm] | -<days ago>] hh:mi[:ss]'.
|
||||||
|
|
||||||
%9Examples:%9
|
%9Examples:%9
|
||||||
|
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
|
|
||||||
When using the command without any of the given parameters, it will
|
When using the command without any of the given parameters, it will
|
||||||
connect to the specified server; the server in the active window will be
|
connect to the specified server; the server in the active window will be
|
||||||
disconnected unless you prepend the server with the "+" character; the same
|
disconnected unless you prepend the server with the '+' character; the same
|
||||||
method is applicable to the CONNECT parameter.
|
method is applicable to the CONNECT parameter.
|
||||||
|
|
||||||
%9Examples:%9
|
%9Examples:%9
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
/SET
|
/SET
|
||||||
/SET nick mike
|
/SET nick mike
|
||||||
/SET -clear nick
|
/SET -clear nick
|
||||||
/SET log_timestamp %H:%H:%S
|
/SET log_timestamp %%H:%%H:%%S
|
||||||
/SET -default log_timestamp
|
/SET -default log_timestamp
|
||||||
/SET close
|
/SET close
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
%9Parameters:%9
|
%9Parameters:%9
|
||||||
|
|
||||||
The nickname or hostname to silence; you must prepend it by the "+" or "-"
|
The nickname or hostname to silence; you must prepend it by the '+' or '-'
|
||||||
character to indicate whether the entry should be added or removed.
|
character to indicate whether the entry should be added or removed.
|
||||||
|
|
||||||
If no arguments are given, the list of silence entries will be displayed.
|
If no arguments are given, the list of silence entries will be displayed.
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
@SYNTAX:time@
|
@SYNTAX:time@
|
||||||
|
|
||||||
%9Parameters%9
|
%9Parameters:%9
|
||||||
|
|
||||||
The channel or the nickname; if no argument is given, the active server
|
The channel or the nickname; if no argument is given, the active server
|
||||||
will be used.
|
will be used.
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
|
|
||||||
@SYNTAX:toggle@
|
@SYNTAX:toggle@
|
||||||
|
|
||||||
%9Parameters%9
|
%9Parameters:%9
|
||||||
|
|
||||||
The setting to modify and the new value; if no value is given, its oposite
|
The setting to modify and the new value; if no value is given, its opposite
|
||||||
will be used.
|
will be used.
|
||||||
|
|
||||||
%9Description:%9
|
%9Description:%9
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
@SYNTAX:topic@
|
@SYNTAX:topic@
|
||||||
|
|
||||||
%9Parameters%9
|
%9Parameters:%9
|
||||||
|
|
||||||
-delete: Removes the topic.
|
-delete: Removes the topic.
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
@SYNTAX:trace@
|
@SYNTAX:trace@
|
||||||
|
|
||||||
%9Parameters%9
|
%9Parameters:%9
|
||||||
|
|
||||||
The channel or the nickname; if no argument is given, the active server
|
The channel or the nickname; if no argument is given, the active server
|
||||||
will be used.
|
will be used.
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
@SYNTAX:unalias@
|
@SYNTAX:unalias@
|
||||||
|
|
||||||
%9Parameters%9
|
%9Parameters:%9
|
||||||
|
|
||||||
The name of the alias.
|
The name of the alias.
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
%9Configuring the custom format:%9
|
%9Configuring the custom format:%9
|
||||||
|
|
||||||
You must set the custom ban_type to the format you would like to use. For
|
You must set the custom ban_type to the format you would like to use. For
|
||||||
example, if you set the custom ban_type to "nick domain", it will generate
|
example, if you set the custom ban_type to 'nick domain', it will generate
|
||||||
a ban based on the nick!*@*.domain.tld format.
|
a ban based on the nick!*@*.domain.tld format.
|
||||||
|
|
||||||
%9Examples:%9
|
%9Examples:%9
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
|
|
||||||
%9Syntax:%9
|
%9Syntax:%9
|
||||||
|
|
||||||
@SYNTAX:unnotify@
|
@SYNTAX:unquery@
|
||||||
|
|
||||||
%9Parameters:%9
|
%9Parameters:%9
|
||||||
|
|
||||||
The nickname to close the query for; if no argument is given, the active
|
The nickname to close the query for; if no argument is given, the active
|
||||||
query is used.
|
query will be used.
|
||||||
|
|
||||||
%9Description:%9
|
%9Description:%9
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
%9Parameters:%9
|
%9Parameters:%9
|
||||||
|
|
||||||
The location of the new binary; if no arguments are given, the current
|
The location of the new binary; if no arguments are given, the current
|
||||||
binary file is used.
|
binary file will be used.
|
||||||
|
|
||||||
%9Description:%9
|
%9Description:%9
|
||||||
|
|
||||||
|
@ -5,7 +5,8 @@
|
|||||||
|
|
||||||
%9Parameters:%9
|
%9Parameters:%9
|
||||||
|
|
||||||
A nickname or server; if no argument is given, the active server is used.
|
A nickname or server; if no argument is given, the active server will be
|
||||||
|
used.
|
||||||
|
|
||||||
%9Description:%9
|
%9Description:%9
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
%9Description:%9
|
%9Description:%9
|
||||||
|
|
||||||
Grants the channel voice privileges to the given nicknames; you may use
|
Grants the channel voice privileges to the given nicknames; you may use
|
||||||
the wildcard character "*" in a nickname.
|
the wildcard character '*' in a nickname.
|
||||||
|
|
||||||
%9Examples:%9
|
%9Examples:%9
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
%9Description:%9
|
%9Description:%9
|
||||||
|
|
||||||
Displays information about users in the specified channel. If you specify a
|
Displays information about users in the specified channel. If you specify a
|
||||||
filter, all the users whos nick, userhost or realname matches the filter
|
filter, all the users whose nick, userhost or realname matches the filter
|
||||||
will be returned.
|
will be returned.
|
||||||
|
|
||||||
If the channel is secret and you are not on it, you will not receive any
|
If the channel is secret and you are not on it, you will not receive any
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
%9Parameters:%9
|
%9Parameters:%9
|
||||||
|
|
||||||
LOG: Modifies the logging status.
|
LOG: Modifies the logging status.
|
||||||
LOGFILE: Modifies the location to the logfile.
|
LOGFILE: Modifies the location to the log file.
|
||||||
NEW: Creates a new window.
|
NEW: Creates a new window.
|
||||||
CLOSE: Closes a window.
|
CLOSE: Closes a window.
|
||||||
REFNUM: Go to the window with the given number.
|
REFNUM: Go to the window with the given number.
|
||||||
@ -27,7 +27,7 @@
|
|||||||
MOVE PREV: Move the window down.
|
MOVE PREV: Move the window down.
|
||||||
MOVE NEXT: Move the window up.
|
MOVE NEXT: Move the window up.
|
||||||
MOVE FIRST: Move the window to the first position.
|
MOVE FIRST: Move the window to the first position.
|
||||||
MOVE LAST: Move the window to the last psotion.
|
MOVE LAST: Move the window to the last position.
|
||||||
MOVE: Move the window.
|
MOVE: Move the window.
|
||||||
LIST: List all the windows.
|
LIST: List all the windows.
|
||||||
THEME: Applies a theme to the windows.
|
THEME: Applies a theme to the windows.
|
||||||
|
Loading…
Reference in New Issue
Block a user