forked from PsychoticNinja/ailin-nemui-irssi
version links
This commit is contained in:
parent
3908c53736
commit
8b3c58bab4
@ -1,4 +1,4 @@
|
||||
# Sphinx build info version 1
|
||||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
|
||||
config: 6c9dfa0c58405addc477781d0d84328f
|
||||
config: a2c359a32ea018b35f1f6d38411cbd4e
|
||||
tags: 645f666f9bcd5a90fca523b33c5a78b7
|
||||
|
47
_sources/documentation/help/1.0/accept.md.txt
Normal file
47
_sources/documentation/help/1.0/accept.md.txt
Normal file
@ -0,0 +1,47 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# accept
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/accept.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:6ch"><code><span class="synB">ACCEPT</span> <span class="syn10">[<span class="syn14">[<span class="synB">-</span>]</span><span class="syn">nick</span>,<span class="syn">...</span>]</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
A comma-separated list of nicknames to add or remove; if no argument is
|
||||
given, your accept list will be displayed.
|
||||
|
||||
## Description ##
|
||||
|
||||
Allows you to specify who you want to receive private messages and notices
|
||||
from while you have callerid enabled.
|
||||
|
||||
When you have callerid enabled, messages from other users are blocked and
|
||||
the sender is notified.
|
||||
|
||||
Users are automatically removed from the accept list if they quit, split
|
||||
or change nickname; the accept list is lost when you disconnect.
|
||||
|
||||
This command only works on IRC servers that support the callerid user mode.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/ACCEPT mike,bob,-john,-sarah
|
||||
/ACCEPT sarah,-bob
|
||||
|
||||
## See also ##
|
||||
[IGNORE](/documentation/help/1.0/ignore), [SILENCE](/documentation/help/1.0/silence)
|
||||
|
43
_sources/documentation/help/1.0/action.md.txt
Normal file
43
_sources/documentation/help/1.0/action.md.txt
Normal file
@ -0,0 +1,43 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# action
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/action.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-common/irc/fe-irc-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:6ch"><code><span class="synB">ACTION</span> <span class="syn10">[<span class="syn">-</span><span class="syn09"><server tag></span>]</span> <span class="synB05"><target></span> <span class="synB05"><message></span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| `-<server tag>`: | The server tag you want to send the action emote to. |
|
||||
|
||||
A target nickname or channel and the message to emote.
|
||||
|
||||
## Description ##
|
||||
|
||||
Sends an action emote to a nickname or a channel.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/ACTION #irssi is hungry!
|
||||
/ACTION mike had an awesome day @ work
|
||||
/ACTION -efnet #irssi is happy it's Friday
|
||||
|
||||
## See also ##
|
||||
[ME](/documentation/help/1.0/me)
|
||||
|
39
_sources/documentation/help/1.0/admin.md.txt
Normal file
39
_sources/documentation/help/1.0/admin.md.txt
Normal file
@ -0,0 +1,39 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# admin
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/admin.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:5ch"><code><span class="synB">ADMIN</span> <span class="syn10">[<span class="syn09"><server></span>|<span class="syn09"><nickname></span>]</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
A nickname or server for which you want to know the administrative details;
|
||||
if no argument is given, the server you are connected to will be used.
|
||||
|
||||
## Description ##
|
||||
|
||||
Displays the administrative details of a server.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/ADMIN
|
||||
/ADMIN orwell.freenode.net
|
||||
/ADMIN mike
|
||||
|
||||
## See also ##
|
||||
[INFO](/documentation/help/1.0/info)
|
||||
|
58
_sources/documentation/help/1.0/alias.md.txt
Normal file
58
_sources/documentation/help/1.0/alias.md.txt
Normal file
@ -0,0 +1,58 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# alias
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/alias.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-common/core/fe-settings.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:5ch"><code><span class="synB">ALIAS</span> <span class="syn10">[<span class="syn14">[<span class="synB">-</span>]</span><span class="syn09"><alias></span> <span class="syn14">[<span class="syn13"><command></span>]</span>]</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
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
|
||||
aliases will be displayed.
|
||||
|
||||
## Description ##
|
||||
|
||||
Creates or updates an alias; you can use the ';' character to separate
|
||||
multiple commands.
|
||||
|
||||
The parameters given to the alias are expanded in '$[\d]'; for example $0,
|
||||
$1, $2, $8, ..., as well as any other special variable.
|
||||
|
||||
If you don't use any parameters in your alias, all parameters will be
|
||||
automatically appended after it.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/ALIAS
|
||||
/ALIAS UH USERHOST
|
||||
/ALIAS COMEBACK SAY I was hoping for a battle of wits, but you seem to be unarmed.
|
||||
/ALIAS -COMEBACK
|
||||
/ALIAS UNACT SCRIPT EXEC \$_->activity(0) for Irssi::windows
|
||||
/ALIAS QOP ^MSG Q op $C
|
||||
|
||||
## References ##
|
||||
|
||||
|
||||
|
||||
[https://github.com/irssi/irssi/blob/master/docs/special_vars.txt](https://github.com/irssi/irssi/blob/master/docs/special_vars.txt)
|
||||
|
||||
|
||||
|
||||
## See also ##
|
||||
[BIND](/documentation/help/1.0/bind), [UNALIAS](/documentation/help/1.0/unalias)
|
||||
|
53
_sources/documentation/help/1.0/away.md.txt
Normal file
53
_sources/documentation/help/1.0/away.md.txt
Normal file
@ -0,0 +1,53 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# away
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/away.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:4ch"><code><span class="synB">AWAY</span> <span class="syn10">[<span class="syn">-one</span> | <span class="syn">-all</span>]</span> <span class="syn10">[<span class="syn09"><reason></span>]</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| `-one`: | Marks yourself as away on the active server. |
|
||||
| `-all`: | Marks yourself as away on all the servers you are connected to. |
|
||||
|
||||
Your away message; if no argument is given, your away status will be removed.
|
||||
|
||||
## Description ##
|
||||
|
||||
Marks yourself as 'away'; this method is used to inform people that you
|
||||
are not paying attention to your screen.
|
||||
|
||||
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
|
||||
your statusbar.
|
||||
|
||||
Anyone who does a WHOIS on your nickname will see that you are away, as
|
||||
well as your away message.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/AWAY
|
||||
/AWAY I'm getting some food.
|
||||
/AWAY zZzZ
|
||||
/AWAY -one Feeding the cat!
|
||||
|
||||
## See also ##
|
||||
[DISCONNECT](/documentation/help/1.0/disconnect)
|
||||
|
66
_sources/documentation/help/1.0/ban.md.txt
Normal file
66
_sources/documentation/help/1.0/ban.md.txt
Normal file
@ -0,0 +1,66 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# ban
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/ban.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-common/irc/fe-irc-commands.c
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/bans.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:3ch"><code><span class="synB">BAN</span> <span class="syn10">[<span class="syn09"><channel></span>]</span> <span class="syn10">[<span class="syn09"><nicks></span>]</span></code></pre></div>
|
||||
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:3ch"><code><span class="synB">BAN</span> <span class="syn10">[<span class="syn">-normal</span> | <span class="syn">-user</span> | <span class="syn">-host</span> | <span class="syn">-domain</span> | <span class="syn">-custom</span> <span class="syn09"><type></span>]</span> <span class="synB05"><nicks/masks></span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| `-normal`: | Uses the \*!\*user@*.domain.tld format. |
|
||||
| `-user`: | Uses the \*!\*user@* format. |
|
||||
| `-host`: | Uses the \*!\*@host.domain.tld format. |
|
||||
| `-domain`: | Uses the \*!\*@*.domain.tld format. |
|
||||
| `-custom`: | Uses the custom format. |
|
||||
|
||||
A channel and the nicknames or hostnames to ban; if no arguments are given
|
||||
the bans in the active channel are displayed.
|
||||
|
||||
If no ban format parameter is given, the value of the ban_type setting will
|
||||
be used to generate the hostmask to ban.
|
||||
|
||||
## Description ##
|
||||
|
||||
Adds one or more bans to a channel.
|
||||
|
||||
## Configuring the custom format ##
|
||||
|
||||
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
|
||||
a ban based on the nick!\*@\*.domain.tld format.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/BAN
|
||||
/BAN mike
|
||||
/BAN -host bob
|
||||
/BAN *!*@*.irssi.org
|
||||
/BAN -domain sarah
|
||||
|
||||
/SET ban_type custom nick domain
|
||||
/SET ban_type custom user host
|
||||
|
||||
## See also ##
|
||||
[DEOP](/documentation/help/1.0/deop), [KICKBAN](/documentation/help/1.0/kickban), [KNOCKOUT](/documentation/help/1.0/knockout), [OP](/documentation/help/1.0/op), [UNBAN](/documentation/help/1.0/unban)
|
||||
|
32
_sources/documentation/help/1.0/beep.md.txt
Normal file
32
_sources/documentation/help/1.0/beep.md.txt
Normal file
@ -0,0 +1,32 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# beep
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/beep.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-common/core/fe-core-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:-2ch"><code><span class="synB">BEEP</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Description ##
|
||||
|
||||
Outputs the bell-character, usually causing your terminal to beep.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/BEEP
|
||||
|
||||
## See also ##
|
||||
[CLEAR](/documentation/help/1.0/clear)
|
||||
|
62
_sources/documentation/help/1.0/bind.md.txt
Normal file
62
_sources/documentation/help/1.0/bind.md.txt
Normal file
@ -0,0 +1,62 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# bind
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/bind.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-common/core/keyboard.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
:::{toctree}
|
||||
:maxdepth: 1
|
||||
:hidden:
|
||||
|
||||
bind_-list
|
||||
|
||||
:::
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:4ch"><code><span class="synB">BIND</span> <span class="syn10">[<span class="syn">-list</span>]</span> <span class="syn10">[<span class="syn">-delete</span>]</span> <span class="syn10">[<span class="syn09"><key></span> <span class="syn14">[<span class="syn13"><command></span> <span class="syn13">[<span class="syn14"><data></span>]</span>]</span>]</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| [`-list`](/documentation/help/1.0/bind_-list): | Displays a list of all the bindable commands. |
|
||||
| `-delete`: | Removes the binding, |
|
||||
|
||||
A name of the binding and the command to perform; if no parameter is given,
|
||||
the list of bindings will be displayed.
|
||||
|
||||
Details:
|
||||
|
||||
Adds or removes a binding; the binding itself is case-sensitive and may
|
||||
contain as many characters as you want.
|
||||
|
||||
Uppercase characters usually indicate that you need to keep the shift-key
|
||||
pressed to use the binding.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/BIND
|
||||
/BIND meta-c /CLEAR
|
||||
/BIND meta-q change_window 16
|
||||
/BIND -delete meta-y
|
||||
/BIND ^W^C /WINDOW NEW HIDE
|
||||
/BIND ^W^K /WINDOW KILL
|
||||
/BIND ^[[11~ command AWAY I'm off for today :)
|
||||
/BIND ^[[12~ command AWAY
|
||||
|
||||
## See also ##
|
||||
[ALIAS](/documentation/help/1.0/alias)
|
||||
|
38
_sources/documentation/help/1.0/cat.md.txt
Normal file
38
_sources/documentation/help/1.0/cat.md.txt
Normal file
@ -0,0 +1,38 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# cat
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/cat.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-common/core/fe-core-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:3ch"><code><span class="synB">CAT</span> <span class="synB05"><file></span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
The file to display.
|
||||
|
||||
## Description ##
|
||||
|
||||
Displays the contents of the specified file into the active window.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/CAT /etc/network/interfaces
|
||||
/CAT /home/mike/resume.txt
|
||||
/CAT contact_details.txt
|
||||
|
||||
## See also ##
|
||||
[CD](/documentation/help/1.0/cd), [EXEC](/documentation/help/1.0/exec)
|
||||
|
39
_sources/documentation/help/1.0/cat_Connection.md.txt
Normal file
39
_sources/documentation/help/1.0/cat_Connection.md.txt
Normal file
@ -0,0 +1,39 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# Connection
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/tree/master/docs/help/in
|
||||
- https://github.com/ailin-nemui/irssi-website-tools/blob/sphinx-mod/_tools/help2md.yml
|
||||
|
||||
endcomment -->
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| [connect](./connect) | Opens a new connection to the specified network or server; existing connections are kept. |
|
||||
| [disconnect](./disconnect) | Disconnects from an IRC server; the list of all the servers you are connected to can be retrieved via the SERVER command. ... |
|
||||
| [network](./network) | Displays, adds, modifies or removes the network configuration of IRC networks. ... |
|
||||
| [quit](./quit) | Terminates the application and advertises the given message on all the networks you are connected to. |
|
||||
| [rawlog](./rawlog) | Saves all the raw data that is received from and transmitted to the active server into a log file. |
|
||||
| [reconnect](./reconnect) | Disconnect and reconnect from a network. |
|
||||
| [rmreconns](./rmreconns) | Removes all active and pending reconnections. |
|
||||
| [server](./server) | Displays, adds, modifies or removes the network configuration of IRC servers. ... |
|
||||
|
||||
|
||||
:::{toctree}
|
||||
:maxdepth: 1
|
||||
:hidden:
|
||||
|
||||
connect
|
||||
disconnect
|
||||
network
|
||||
quit
|
||||
rawlog
|
||||
reconnect
|
||||
rmreconns
|
||||
server
|
||||
|
||||
:::
|
41
_sources/documentation/help/1.0/cat_Core Commands.md.txt
Normal file
41
_sources/documentation/help/1.0/cat_Core Commands.md.txt
Normal file
@ -0,0 +1,41 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# Core Commands
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/tree/master/docs/help/in
|
||||
- https://github.com/ailin-nemui/irssi-website-tools/blob/sphinx-mod/_tools/help2md.yml
|
||||
|
||||
endcomment -->
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| [channel](./channel) | Adds, removes or displays the configuration of channels; this method is used to automate and simplify your workflow. ... |
|
||||
| [connect](./connect) | Opens a new connection to the specified network or server; existing connections are kept. |
|
||||
| [cycle](./cycle) | Leaves and rejoins a channel. |
|
||||
| [disconnect](./disconnect) | Disconnects from an IRC server; the list of all the servers you are connected to can be retrieved via the SERVER command. ... |
|
||||
| [join](./join) | Joins the given channels. |
|
||||
| [msg](./msg) | Sends a message to a nickname or channel. |
|
||||
| [names](./names) | Displays the users who are in a channel; you can provide multiple channels by separating them with a comma. |
|
||||
| [query](./query) | Starts a private conversation with a nickname. |
|
||||
| [quit](./quit) | Terminates the application and advertises the given message on all the networks you are connected to. |
|
||||
| [server](./server) | Displays, adds, modifies or removes the network configuration of IRC servers. ... |
|
||||
| [unquery](./unquery) | Closes a query window for a nickname. |
|
||||
|
||||
|
||||
:::{toctree}
|
||||
:maxdepth: 1
|
||||
:hidden:
|
||||
|
||||
channel
|
||||
cycle
|
||||
join
|
||||
msg
|
||||
names
|
||||
query
|
||||
unquery
|
||||
|
||||
:::
|
147
_sources/documentation/help/1.0/cat_IRC Commands.md.txt
Normal file
147
_sources/documentation/help/1.0/cat_IRC Commands.md.txt
Normal file
@ -0,0 +1,147 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# IRC Commands
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/tree/master/docs/help/in
|
||||
- https://github.com/ailin-nemui/irssi-website-tools/blob/sphinx-mod/_tools/help2md.yml
|
||||
|
||||
endcomment -->
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| [accept](./accept) | Allows you to specify who you want to receive private messages and notices from while you have callerid enabled. ... |
|
||||
| [action](./action) | Sends an action emote to a nickname or a channel. |
|
||||
| [admin](./admin) | Displays the administrative details of a server. |
|
||||
| [away](./away) | Marks yourself as 'away'; this method is used to inform people that you are not paying attention to your screen. ... |
|
||||
| [ban](./ban) | Adds one or more bans to a channel. |
|
||||
| [ctcp](./ctcp) | Sends a CTCP request towards the given target nickname or channel. |
|
||||
| [dcc](./dcc) | The DCC protocol is used to initiate client-to-client chat connections and file transfers. ... |
|
||||
| [deop](./deop) | Removes the channel operator privileges from the given nicknames; you may use the wildcard character '*' in a nickname. |
|
||||
| [devoice](./devoice) | Removes the channel voice privileges from the given nicknames; you may use the wildcard character '*' in a nickname. ... |
|
||||
| [die](./die) | Terminates the IRC server; this command is reserved for IRC operators. |
|
||||
| [hash](./hash) | This is an ancient command that is no longer used; if you on an IRC server that supports this command, please contact us to we can update the documentation. |
|
||||
| [info](./info) | Displays information about the IRC server software. |
|
||||
| [invite](./invite) | Invites the specified nick to a channel. |
|
||||
| [ison](./ison) | Displays whether the specified nicknames are online. |
|
||||
| [kick](./kick) | Removes the given nicknames from the specified channel; this command is typically used to remove troublemakers, flooders or people otherwise making a nuisance of themselves. |
|
||||
| [kickban](./kickban) | Removes and then bans the given nicknames from the specified channel. |
|
||||
| [kill](./kill) | Terminates a nickname's connection from the network; this command is reserved for IRC operators. ... |
|
||||
| [knock](./knock) | Sends an invitation request to the channel operators of the target channel; this command may not work on all IRC servers. ... |
|
||||
| [knockout](./knockout) | Removes and then bans the given nicknames from the active channel; the ban will be automatically lifted after the specified time. ... |
|
||||
| [links](./links) | Displays the links between an IRC server and its connections. |
|
||||
| [list](./list) | Displays the channel names that match your request; requesting all channels may cause the server to disconnect you for flooding. |
|
||||
| [lusers](./lusers) | Displays the user statistics of the active or remote server. ... |
|
||||
| [map](./map) | Displays the network map of an IRC network; this command is usually reserved for IRC operators and does not work on all servers. |
|
||||
| [me](./me) | Sends an action emote to the active nickname or channel. |
|
||||
| [mircdcc](./mircdcc) | After establishing a DCC CHAT connection that you initiated, you might encounter some protocol issues if the target is using mIRC. ... |
|
||||
| [mode](./mode) | Modifies the user or channel modes for which you are privileged to modify. ... |
|
||||
| [motd](./motd) | Displays the welcome message of an IRC server. |
|
||||
| [nctcp](./nctcp) | Sends a CTCP reply to a nickname or channel; you can provide multiple targets by separating them with a comma. |
|
||||
| [netsplit](./netsplit) | Displays some information about users who are currently lost in one or more net splits. |
|
||||
| [nick](./nick) | Changes your nickname on the active server. |
|
||||
| [notice](./notice) | Sends a notice to the target nickname or channel; these are often used in automated bots or scripts. ... |
|
||||
| [notify](./notify) | Notifies you when a nickname or users matching a host on the notification list comes online or offline. |
|
||||
| [op](./op) | Grants the channel operator privileges to the given nicknames; you may use the wildcard character '*' in a nickname. |
|
||||
| [oper](./oper) | Grants you the IRC operator status. |
|
||||
| [part](./part) | Leaves the given channels. |
|
||||
| [ping](./ping) | Sends a CTCP PING request to a nickname or a channel; this is used to find out the latency on the network. |
|
||||
| [quote](./quote) | Sends raw data to the server without any parsing. |
|
||||
| [rehash](./rehash) | Reloads the configuration of the IRC server you are are connected to; this command is restricted to IRC operators. |
|
||||
| [restart](./restart) | Restarts the active IRC server; this command is restricted to IRC administrators. |
|
||||
| [sconnect](./sconnect) | Connect a server to the IRC network; this command is restricted to IRC operators. |
|
||||
| [server](./server) | Displays, adds, modifies or removes the network configuration of IRC servers. ... |
|
||||
| [servlist](./servlist) | List the network services currently present on the IRC network. |
|
||||
| [silence](./silence) | Manages the server side ignore list; users or hostnames that match an entry on the list are not able to send you any messages or invites. ... |
|
||||
| [squery](./squery) | /SQUERY sends a query to the specified service. |
|
||||
| [squit](./squit) | Disconnects a server from the IRC network; this command is restricted to IRC operators. |
|
||||
| [stats](./stats) | Displays statistics from the IRC server; some statistics require you to have IRC operators privileges and might differ between IRC networks. ... |
|
||||
| [time](./time) | Displays the local time of a server or the server the target user is connected to. |
|
||||
| [topic](./topic) | Displays or modifies the topic of a channel. |
|
||||
| [trace](./trace) | Displays the list of servers and users connects to a server, or a list of the servers between yourself and the target user. ... |
|
||||
| [ts](./ts) | Displays a list of the channels you are on and their topics. |
|
||||
| [unban](./unban) | Removes one or more bans from a channel. |
|
||||
| [unnotify](./unnotify) | Removes an entry from the notify list. |
|
||||
| [unsilence](./unsilence) | Removes an entry from the silence list. This command does not work on all IRC networks. |
|
||||
| [userhost](./userhost) | Displays the user@host for the given nicknames; some common added attributes are '*' to identify an IRC operator, '-' and '+' to indicate whether the nickname is AWAY or available. |
|
||||
| [ver](./ver) | Send a CTCP VERION request to the target nickname, channel or to all the users on the channel. |
|
||||
| [version](./version) | Displays the version and compatibility parameters of the given server, or for the server the target nickname is on. |
|
||||
| [voice](./voice) | Grants the channel voice privileges to the given nicknames; you may use the wildcard character '*' in a nickname. |
|
||||
| [wait](./wait) | Waits the specified amount of milliseconds before sending the next command to the server. |
|
||||
| [wall](./wall) | Sends a message to all channel operators. If the server doesn't support WALLCHOPS or STATUSMSG it will send a notice to each channel operator individually. |
|
||||
| [wallops](./wallops) | Sends a network wide message to all the users which have the usermode 'w' enabled; this command is restricted to IRC operators. |
|
||||
| [who](./who) | Displays information about users in the specified channel. If you specify a filter, all the users whose nick, userhost or realname matches the filter will be returned. ... |
|
||||
| [whois](./whois) | Displays information about users in the specified channel; you may give the same nickname as the argument twice to also query the idle time. ... |
|
||||
| [whowas](./whowas) | Displays historical user information. |
|
||||
|
||||
|
||||
:::{toctree}
|
||||
:maxdepth: 1
|
||||
:hidden:
|
||||
|
||||
accept
|
||||
action
|
||||
admin
|
||||
away
|
||||
ban
|
||||
ctcp
|
||||
dcc
|
||||
deop
|
||||
devoice
|
||||
die
|
||||
hash
|
||||
info
|
||||
invite
|
||||
ison
|
||||
kick
|
||||
kickban
|
||||
kill
|
||||
knock
|
||||
knockout
|
||||
links
|
||||
list
|
||||
lusers
|
||||
map
|
||||
me
|
||||
mircdcc
|
||||
mode
|
||||
motd
|
||||
nctcp
|
||||
netsplit
|
||||
nick
|
||||
notice
|
||||
notify
|
||||
op
|
||||
oper
|
||||
part
|
||||
ping
|
||||
quote
|
||||
rehash
|
||||
restart
|
||||
sconnect
|
||||
servlist
|
||||
silence
|
||||
squery
|
||||
squit
|
||||
stats
|
||||
time
|
||||
topic
|
||||
trace
|
||||
ts
|
||||
unban
|
||||
unnotify
|
||||
unsilence
|
||||
userhost
|
||||
ver
|
||||
voice
|
||||
wait
|
||||
wall
|
||||
wallops
|
||||
who
|
||||
whois
|
||||
whowas
|
||||
|
||||
:::
|
25
_sources/documentation/help/1.0/cat_IRC Proxy.md.txt
Normal file
25
_sources/documentation/help/1.0/cat_IRC Proxy.md.txt
Normal file
@ -0,0 +1,25 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# IRC Proxy
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/tree/master/docs/help/in
|
||||
- https://github.com/ailin-nemui/irssi-website-tools/blob/sphinx-mod/_tools/help2md.yml
|
||||
|
||||
endcomment -->
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| [irssiproxy](./irssiproxy) | Displays the list of clients connected to irssiproxy. |
|
||||
|
||||
|
||||
:::{toctree}
|
||||
:maxdepth: 1
|
||||
:hidden:
|
||||
|
||||
irssiproxy
|
||||
|
||||
:::
|
45
_sources/documentation/help/1.0/cat_Misc.md.txt
Normal file
45
_sources/documentation/help/1.0/cat_Misc.md.txt
Normal file
@ -0,0 +1,45 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# Misc
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/tree/master/docs/help/in
|
||||
- https://github.com/ailin-nemui/irssi-website-tools/blob/sphinx-mod/_tools/help2md.yml
|
||||
|
||||
endcomment -->
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| [beep](./beep) | Outputs the bell-character, usually causing your terminal to beep. |
|
||||
| [cat](./cat) | Displays the contents of the specified file into the active window. |
|
||||
| [cd](./cd) | Changes the current active directory. |
|
||||
| [echo](./echo) | Displays the given text. |
|
||||
| [eval](./eval) | Evaluates the given commands and executes them; you can use internal variables and separate multiple commands by using the ';' character. |
|
||||
| [exec](./exec) | Executes the specified command in the background; the process can be accessed by its id or the name you gave it. ... |
|
||||
| [help](./help) | Displays the documentation for the given command. |
|
||||
| [load](./load) | Loads a plugin; if the full path isn't given, it will attempt to load from common directories in your installation path. ... |
|
||||
| [unload](./unload) | Removes a module from the memory. |
|
||||
| [uptime](./uptime) | Displays how long Irssi has been running. |
|
||||
| [version](./version) | Displays the version and compatibility parameters of the given server, or for the server the target nickname is on. |
|
||||
|
||||
|
||||
:::{toctree}
|
||||
:maxdepth: 1
|
||||
:hidden:
|
||||
|
||||
beep
|
||||
cat
|
||||
cd
|
||||
echo
|
||||
eval
|
||||
exec
|
||||
help
|
||||
load
|
||||
unload
|
||||
uptime
|
||||
version
|
||||
|
||||
:::
|
31
_sources/documentation/help/1.0/cat_Other pages.md.txt
Normal file
31
_sources/documentation/help/1.0/cat_Other pages.md.txt
Normal file
@ -0,0 +1,31 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# Other pages
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/tree/master/docs/help/in
|
||||
- https://github.com/ailin-nemui/irssi-website-tools/blob/sphinx-mod/_tools/help2md.yml
|
||||
|
||||
endcomment -->
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| [flushbuffer](./flushbuffer) | Forces an immediate flush of the buffers if the related settings are enabled. |
|
||||
| [levels](./levels) | These are the message levels that are used throughout Irssi; they describe what kind of message is displayed. ... |
|
||||
| [rmrejoins](./rmrejoins) | Removes all active and pending join requests. |
|
||||
| [script](./script) | Interact with the Perl engine to execute scripts. |
|
||||
|
||||
|
||||
:::{toctree}
|
||||
:maxdepth: 1
|
||||
:hidden:
|
||||
|
||||
flushbuffer
|
||||
levels
|
||||
rmrejoins
|
||||
script
|
||||
|
||||
:::
|
59
_sources/documentation/help/1.0/cat_Settings.md.txt
Normal file
59
_sources/documentation/help/1.0/cat_Settings.md.txt
Normal file
@ -0,0 +1,59 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# Settings
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/tree/master/docs/help/in
|
||||
- https://github.com/ailin-nemui/irssi-website-tools/blob/sphinx-mod/_tools/help2md.yml
|
||||
|
||||
endcomment -->
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| [alias](./alias) | Creates or updates an alias; you can use the ';' character to separate multiple commands. ... |
|
||||
| [bind](./bind) | |
|
||||
| [completion](./completion) | Replaces or completed words or letters; you can write just the first few letters of the word and press TAB to insert a replacement. ... |
|
||||
| [dehilight](./dehilight) | Removes the specified highlight from the configuration. |
|
||||
| [format](./format) | Allows you to reconfigure the way messages are displayed. |
|
||||
| [hilight](./hilight) | Highlights the keyword or pattern to make sure that you don't miss any important messages. |
|
||||
| [ignore](./ignore) | Ignores nicknames or text that matches a pattern. ... |
|
||||
| [layout](./layout) | 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. ... |
|
||||
| [log](./log) | Opens a log file and stores the messages of the given targets into it; the log files will be locked so multiple clients cannot log to the same file. ... |
|
||||
| [recode](./recode) | Recodes the data transmitted to and received from nicknames and channels into a specific charset. ... |
|
||||
| [reload](./reload) | Reloads the Irssi configuration file. |
|
||||
| [save](./save) | Saves the configuration file. |
|
||||
| [set](./set) | Modifies the value of a setting; boolean settings accept only ON, OFF and TOGGLE. ... |
|
||||
| [statusbar](./statusbar) | Allows adjustment of the attributes and items of a statusbar, as well as where it is located and whether or not it is currently visible. |
|
||||
| [toggle](./toggle) | Modifies a setting to its counter value; you can also give ON or OFF as a value. |
|
||||
| [unalias](./unalias) | Removes an alias. |
|
||||
| [unignore](./unignore) | Removes an entry from the ignore list. |
|
||||
| [upgrade](./upgrade) | Upgrades to a new version without disconnecting from non-SSL servers; please bear in mind that it does not download or compile a new version. |
|
||||
| [window](./window) | Manipulates the window layout and positioning attributes. |
|
||||
|
||||
|
||||
:::{toctree}
|
||||
:maxdepth: 1
|
||||
:hidden:
|
||||
|
||||
alias
|
||||
bind
|
||||
completion
|
||||
dehilight
|
||||
format
|
||||
hilight
|
||||
ignore
|
||||
log
|
||||
recode
|
||||
reload
|
||||
save
|
||||
set
|
||||
statusbar
|
||||
toggle
|
||||
unalias
|
||||
unignore
|
||||
upgrade
|
||||
|
||||
:::
|
33
_sources/documentation/help/1.0/cat_Window Commands.md.txt
Normal file
33
_sources/documentation/help/1.0/cat_Window Commands.md.txt
Normal file
@ -0,0 +1,33 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# Window Commands
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/tree/master/docs/help/in
|
||||
- https://github.com/ailin-nemui/irssi-website-tools/blob/sphinx-mod/_tools/help2md.yml
|
||||
|
||||
endcomment -->
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| [clear](./clear) | Scrolls up the text in the window and fills the window with blank lines; you may want to use this to make new text start at the top of the window again. |
|
||||
| [lastlog](./lastlog) | Searches the active window for a pattern and displays the result. |
|
||||
| [layout](./layout) | 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. ... |
|
||||
| [scrollback](./scrollback) | Manipulate the text in the window to go to a to the given line number, or clear the buffers. ... |
|
||||
| [window](./window) | Manipulates the window layout and positioning attributes. |
|
||||
|
||||
|
||||
:::{toctree}
|
||||
:maxdepth: 1
|
||||
:hidden:
|
||||
|
||||
clear
|
||||
lastlog
|
||||
layout
|
||||
scrollback
|
||||
window
|
||||
|
||||
:::
|
38
_sources/documentation/help/1.0/cd.md.txt
Normal file
38
_sources/documentation/help/1.0/cd.md.txt
Normal file
@ -0,0 +1,38 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# cd
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/cd.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/core/commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:2ch"><code><span class="synB">CD</span> <span class="synB05"><directory></span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
The directory to change into.
|
||||
|
||||
## Description ##
|
||||
|
||||
Changes the current active directory.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/CD /home/public_ftp
|
||||
/CD /home/mike
|
||||
/CD /var/log
|
||||
|
||||
## See also ##
|
||||
[CAT](/documentation/help/1.0/cat)
|
||||
|
77
_sources/documentation/help/1.0/channel.md.txt
Normal file
77
_sources/documentation/help/1.0/channel.md.txt
Normal file
@ -0,0 +1,77 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# channel
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/channel.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-common/core/fe-channels.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:11ch"><code><span class="synB">CHANNEL</span> <span class="synB">LIST</span></code></pre></div>
|
||||
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:10ch"><code><span class="synB">CHANNEL</span> <span class="synB">ADD</span>|<span class="synB">MODIFY</span> <span class="syn10">[<span class="syn">-auto</span> | <span class="syn">-noauto</span>]</span> <span class="syn10">[<span class="syn">-bots</span> <span class="syn09"><masks></span>]</span> <span class="syn10">[<span class="syn">-botcmd</span> <span class="syn09"><command></span>]</span> <span class="synB05"><channel></span> <span class="synB05"><network></span> <span class="syn10">[<span class="syn09"><password></span>]</span></code></pre></div>
|
||||
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:14ch"><code><span class="synB">CHANNEL</span> <span class="synB">REMOVE</span> <span class="synB05"><channel></span> <span class="synB05"><network></span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| `LIST`: | Displays the list of configured channels. |
|
||||
| `ADD`: | Adds a channel to your configuration. |
|
||||
| `MODIFY`: | Modifies a channel in your configuration. |
|
||||
| `REMOVE`: | Removes a channel from your configuration. |
|
||||
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| `-auto`: | Automatically join the channel. |
|
||||
| `-noauto`: | Don't join the channel automatically. |
|
||||
| `-bots`: | The list of hostnames send automated commands to. |
|
||||
| `-botcmd`: | The automated commands to perform. |
|
||||
|
||||
The channel and network to add to the configuration; you can optionally
|
||||
specify the password of a channel.
|
||||
|
||||
If no parameters are given, the list of channels you have joined will be
|
||||
displayed.
|
||||
|
||||
## Description ##
|
||||
|
||||
Adds, removes or displays the configuration of channels; this method is
|
||||
used to automate and simplify your workflow.
|
||||
|
||||
You can use the ADDALLCHANS command, which is a default alias, to add all
|
||||
the channels you are present on into the configuration.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/CHANNEL
|
||||
/CHANNEL LIST
|
||||
/CHANNEL ADD -auto #irssi Freenode
|
||||
/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 'Q!TheQBot@CServe.quakenet.org' -botcmd '^MSG Q op #irssi' #irssi Quakenet
|
||||
/CHANNEL MODIFY -noauto #irssi Freenode
|
||||
/CHANNEL REMOVE #hideout Freenode
|
||||
|
||||
## Special Example ##
|
||||
|
||||
/ADDALLCHANS
|
||||
|
||||
## See also ##
|
||||
[JOIN](/documentation/help/1.0/join), [TS](/documentation/help/1.0/ts)
|
||||
|
39
_sources/documentation/help/1.0/clear.md.txt
Normal file
39
_sources/documentation/help/1.0/clear.md.txt
Normal file
@ -0,0 +1,39 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# clear
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/clear.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-text/textbuffer-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:5ch"><code><span class="synB">CLEAR</span> <span class="syn10">[<span class="syn">-all</span>]</span> <span class="syn10">[<span class="syn09"><refnum></span>]</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| `-all`: | Clear all the windows |
|
||||
|
||||
The window number to clear; if no argument is given, the active window
|
||||
will be used.
|
||||
|
||||
## Description ##
|
||||
|
||||
Scrolls up the text in the window and fills the window with blank lines; you
|
||||
may want to use this to make new text start at the top of the window again.
|
||||
|
||||
## See also ##
|
||||
[REDRAW](/documentation/help/1.0/redraw), [SCROLLBACK](/documentation/help/1.0/scrollback), [CLEAR](/documentation/help/1.0/clear)
|
||||
|
54
_sources/documentation/help/1.0/completion.md.txt
Normal file
54
_sources/documentation/help/1.0/completion.md.txt
Normal file
@ -0,0 +1,54 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# completion
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/completion.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-common/core/completion.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:10ch"><code><span class="synB">COMPLETION</span> <span class="syn10">[<span class="syn">-auto</span>]</span> <span class="syn10">[<span class="syn">-delete</span>]</span> <span class="synB05"><key></span> <span class="synB05"><value></span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| `-auto`: | Inserts the completion without pressing a word completion character. |
|
||||
| `-delete`: | Removes the completion from the configuration. |
|
||||
|
||||
A key and the value to use as a replacement. If no argument is given, the
|
||||
list of completions will be displayed.
|
||||
|
||||
## Description ##
|
||||
|
||||
Replaces or completed words or letters; you can write just the first few
|
||||
letters of the word and press TAB to insert a replacement.
|
||||
|
||||
When a replacement has been found, Irssi will choose the most probable
|
||||
matching word and replaces it; you may press TAB repeatedly to swap between
|
||||
matches.
|
||||
|
||||
If you want to remove a completion which has the auto parameter set, you
|
||||
need to enclose the completion between "'" characters.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/COMPLETION w/h without
|
||||
/COMPLETION -auto anywya anyway
|
||||
/COMPLETION -delete 'anywya'
|
||||
/COMPLETION -delete without
|
||||
|
||||
## See also ##
|
||||
[BIND](/documentation/help/1.0/bind)
|
||||
|
63
_sources/documentation/help/1.0/connect.md.txt
Normal file
63
_sources/documentation/help/1.0/connect.md.txt
Normal file
@ -0,0 +1,63 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# connect
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/connect.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/core/chat-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:7ch"><code><span class="synB">CONNECT</span> <span class="syn10">[<span class="syn">-4</span> | <span class="syn">-6</span>]</span> <span class="syn10">[<span class="syn">-ssl</span>]</span> <span class="syn10">[<span class="syn">-ssl_cert</span> <span class="syn09"><cert></span>]</span> <span class="syn10">[<span class="syn">-ssl_pkey</span> <span class="syn09"><pkey></span>]</span> <span class="syn10">[<span class="syn">-ssl_pass</span> <span class="syn09"><password></span>]</span> <span class="syn10">[<span class="syn">-ssl_verify</span>]</span> <span class="syn10">[<span class="syn">-ssl_cafile</span> <span class="syn09"><cafile></span>]</span> <span class="syn10">[<span class="syn">-ssl_capath</span> <span class="syn09"><capath></span>]</span> <span class="syn10">[<span class="syn">-ssl_ciphers</span> <span class="syn09"><list></span>]</span> <span class="syn10">[<span class="syn">-!</span>]</span> <span class="syn10">[<span class="syn">-noautosendcmd</span>]</span> <span class="syn10">[<span class="syn">-noproxy</span>]</span> <span class="syn10">[<span class="syn">-network</span> <span class="syn09"><network></span>]</span> <span class="syn10">[<span class="syn">-host</span> <span class="syn09"><hostname></span>]</span> <span class="syn10">[<span class="syn">-rawlog</span> <span class="syn09"><file></span>]</span> <span class="synB05"><address></span>|<span class="synB05"><chatnet></span> <span class="syn10">[<span class="syn09"><port></span> <span class="syn14">[<span class="syn13"><password></span> <span class="syn13">[<span class="syn14"><nick></span>]</span>]</span>]</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| `-4`: | Connects using IPv4. |
|
||||
| `-6`: | Connects using IPv6. |
|
||||
| `-tls`: | Connects using TLS encryption. |
|
||||
| `-tls_cert`: | The TLS client certificate file. |
|
||||
| `-tls_pkey`: | The TLS client private key, if not included in the certificate file. |
|
||||
| `-tls_pass`: | The password for the TLS client private key or certificate. |
|
||||
| `-tls_verify`: | Verifies the TLS certificate of the server. |
|
||||
| `-tls_cafile`: | The file with the list of CA certificates. |
|
||||
| `-tls_capath`: | The directory which contains the CA certificates. |
|
||||
| `-tls_ciphers`: | TLS cipher suite preference lists. |
|
||||
| `-tls_pinned_cert`: | Pinned x509 certificate fingerprint. |
|
||||
| `-tls_pinned_pubkey`: | Pinned public key fingerprint. |
|
||||
| `-noproxy`: | Ignores the global proxy configuration. |
|
||||
| `-network`: | The network this connection belongs to. |
|
||||
| `-host`: | The hostname you would like to connect from. |
|
||||
| `-rawlog`: | Immediately open rawlog after connecting. |
|
||||
| `-!`: | Doesn't autojoin channels. |
|
||||
| `-noautosendcmd`: | Doesn't execute autosendcmd. |
|
||||
|
||||
A network or server to connect to; you can optionally specify a custom port,
|
||||
password and nickname.
|
||||
|
||||
## Description ##
|
||||
|
||||
Opens a new connection to the specified network or server; existing
|
||||
connections are kept.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/CONNECT Freenode
|
||||
/CONNECT -6 Freenode
|
||||
/CONNECT -4 -! -host staff.irssi.org -network Freenode orwell.freenode.net
|
||||
/CONNECT irc.irssi.org 6667 WzerT8zq mike
|
||||
|
||||
## See also ##
|
||||
[DISCONNECT](/documentation/help/1.0/disconnect), [RMRECONNS](/documentation/help/1.0/rmreconns), [SERVER](/documentation/help/1.0/server)
|
||||
|
40
_sources/documentation/help/1.0/ctcp.md.txt
Normal file
40
_sources/documentation/help/1.0/ctcp.md.txt
Normal file
@ -0,0 +1,40 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# ctcp
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/ctcp.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:4ch"><code><span class="synB">CTCP</span> <span class="synB05"><targets></span> <span class="synB05"><ctcp command></span> <span class="syn10">[<span class="syn09"><ctcp data></span>]</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
A target nickname or channel and a command.
|
||||
|
||||
## Description ##
|
||||
|
||||
Sends a CTCP request towards the given target nickname or channel.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/CTCP mike PING
|
||||
/CTCP #irssi VERSION
|
||||
/CTCP bob USERINFO
|
||||
/CTCP sarah CLIENTINFO
|
||||
/CTCP john TIME
|
||||
|
||||
## See also ##
|
||||
[ACTION](/documentation/help/1.0/action), [ME](/documentation/help/1.0/me)
|
||||
|
39
_sources/documentation/help/1.0/cycle.md.txt
Normal file
39
_sources/documentation/help/1.0/cycle.md.txt
Normal file
@ -0,0 +1,39 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# cycle
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/cycle.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-common/core/fe-channels.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:5ch"><code><span class="synB">CYCLE</span> <span class="syn10">[<span class="syn09"><channel></span>]</span> <span class="syn10">[<span class="syn09"><message></span>]</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
A channel and the message. If no argument is given, the active channel
|
||||
will be used.
|
||||
|
||||
## Description ##
|
||||
|
||||
Leaves and rejoins a channel.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/CYCLE
|
||||
/CYCLE #irssi
|
||||
/CYCLE #irssi BRB :)
|
||||
|
||||
## See also ##
|
||||
[JOIN](/documentation/help/1.0/join), [PART](/documentation/help/1.0/part)
|
||||
|
81
_sources/documentation/help/1.0/dcc.md.txt
Normal file
81
_sources/documentation/help/1.0/dcc.md.txt
Normal file
@ -0,0 +1,81 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# dcc
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/dcc.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/dcc/dcc-chat.c
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/dcc/dcc-get.c
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/dcc/dcc-resume.c
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/dcc/dcc-server.c
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/dcc/dcc.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:8ch"><code><span class="synB">DCC</span> <span class="synB">CHAT</span> <span class="syn10">[<span class="syn">-passive</span>]</span> <span class="syn10">[<span class="syn09"><nick></span>]</span></code></pre></div>
|
||||
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:7ch"><code><span class="synB">DCC</span> <span class="synB">GET</span> <span class="syn10">[<span class="syn09"><nick></span> <span class="syn14">[<span class="syn13"><file></span>]</span>]</span></code></pre></div>
|
||||
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:10ch"><code><span class="synB">DCC</span> <span class="synB">RESUME</span> <span class="syn10">[<span class="syn09"><nick></span> <span class="syn14">[<span class="syn13"><file></span>]</span>]</span></code></pre></div>
|
||||
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:10ch"><code><span class="synB">DCC</span> <span class="synB">SERVER</span> <span class="syn10">[<span class="syn">+</span>|<span class="syn">-scf</span>]</span> <span class="syn10">[<span class="syn">port</span>]</span></code></pre></div>
|
||||
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:9ch"><code><span class="synB">DCC</span> <span class="synB">CLOSE</span> <span class="synB05"><type></span> <span class="synB05"><nick></span> <span class="syn10">[<span class="syn09"><file></span>]</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| `CHAT`: | Initiates or accept a chat request. |
|
||||
| `GET`: | Accepts a file transfer request. |
|
||||
| `RESUME`: | Resumes a file transfer. |
|
||||
| `SERVER`: | Starts a DCC server. |
|
||||
| `CLOSE`: | Closes a DCC connection. |
|
||||
| `LIST`: | Displays all the open DCC connections. |
|
||||
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| `-passive`: | Uses the passive DCC protocol. |
|
||||
| `-scf`: | Use any combination of the flags to indicate: 's' - send 'c' - chat 'f' - fserver |
|
||||
|
||||
The nickname of the person to chat with, or the name of the file to
|
||||
transfer.
|
||||
|
||||
## Description ##
|
||||
|
||||
The DCC protocol is used to initiate client-to-client chat connections
|
||||
and file transfers.
|
||||
|
||||
If you are behind NAT, or if the firewall is too restrictive, you might
|
||||
want to try if using the passive parameter resolves your connection
|
||||
problem.
|
||||
|
||||
You can send files which contain special character or spaces by enclosing
|
||||
the filename within quotes. For example: 'my file with spaces.txt'.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/DCC CHAT mike
|
||||
/DCC GET bob "summer vacation.mkv"
|
||||
/DCC SEND sarah "summer vacation.mkv"
|
||||
/DCC CLOSE get mike
|
||||
/DCC CLOSE send bob "summer vacation.mkv"
|
||||
|
||||
## See also ##
|
||||
[CD](/documentation/help/1.0/cd)
|
||||
|
37
_sources/documentation/help/1.0/dehilight.md.txt
Normal file
37
_sources/documentation/help/1.0/dehilight.md.txt
Normal file
@ -0,0 +1,37 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# dehilight
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/dehilight.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-common/core/hilight-text.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:9ch"><code><span class="synB">DEHILIGHT</span> <span class="synB05"><id></span>|<span class="synB05"><mask></span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
The id or mask of the highlight to remove.
|
||||
|
||||
## Description ##
|
||||
|
||||
Removes the specified highlight from the configuration.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/DEHILIGHT 1
|
||||
/DEHILIGHT 31
|
||||
|
||||
## See also ##
|
||||
[HILIGHT](/documentation/help/1.0/hilight)
|
||||
|
40
_sources/documentation/help/1.0/deop.md.txt
Normal file
40
_sources/documentation/help/1.0/deop.md.txt
Normal file
@ -0,0 +1,40 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# deop
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/deop.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/modes.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:4ch"><code><span class="synB">DEOP</span> <span class="synB05"><nicks></span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
A list of nicknames to deop.
|
||||
|
||||
## Description ##
|
||||
|
||||
Removes the channel operator privileges from the given nicknames; you may
|
||||
use the wildcard character '*' in a nickname.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/DEOP mike
|
||||
/DEOP bob sarah
|
||||
/DEOP jo*n
|
||||
/DEOP *
|
||||
|
||||
## See also ##
|
||||
[DEVOICE](/documentation/help/1.0/devoice), [MODE](/documentation/help/1.0/mode), [OP](/documentation/help/1.0/op), [VOICE](/documentation/help/1.0/voice)
|
||||
|
43
_sources/documentation/help/1.0/devoice.md.txt
Normal file
43
_sources/documentation/help/1.0/devoice.md.txt
Normal file
@ -0,0 +1,43 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# devoice
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/devoice.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/modes.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:7ch"><code><span class="synB">DEVOICE</span> <span class="synB05"><nicks></span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
A list of nicknames to devoice.
|
||||
|
||||
## Description ##
|
||||
|
||||
Removes the channel voice privileges from the given nicknames; you may use
|
||||
the wildcard character '*' in a nickname.
|
||||
|
||||
If a channel is moderated, the users will require a voice or op in order to
|
||||
be able to send messages to the channel.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/DEVOICE mike
|
||||
/DEVOICE bob sarah
|
||||
/DEVOICE jo*n
|
||||
/DEVOICE *
|
||||
|
||||
## See also ##
|
||||
[DEOP](/documentation/help/1.0/deop), [MODE](/documentation/help/1.0/mode), [OP](/documentation/help/1.0/op), [VOICE](/documentation/help/1.0/voice)
|
||||
|
32
_sources/documentation/help/1.0/die.md.txt
Normal file
32
_sources/documentation/help/1.0/die.md.txt
Normal file
@ -0,0 +1,32 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# die
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/die.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:-2ch"><code><span class="synB">DIE</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Description ##
|
||||
|
||||
Terminates the IRC server; this command is reserved for IRC operators.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/DIE
|
||||
|
||||
## See also ##
|
||||
[KILL](/documentation/help/1.0/kill), [OPER](/documentation/help/1.0/oper), [WALLOPS](/documentation/help/1.0/wallops)
|
||||
|
43
_sources/documentation/help/1.0/disconnect.md.txt
Normal file
43
_sources/documentation/help/1.0/disconnect.md.txt
Normal file
@ -0,0 +1,43 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# disconnect
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/disconnect.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/core/chat-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:10ch"><code><span class="synB">DISCONNECT</span> <span class="synB">*</span>|<span class="synB05"><tag></span> <span class="syn10">[<span class="syn09"><message></span>]</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
The network to disconnect from and the message to advertise; if no
|
||||
parameters are given, the active server will be used.
|
||||
|
||||
## Description ##
|
||||
|
||||
Disconnects from an IRC server; the list of all the servers you are
|
||||
connected to can be retrieved via the SERVER command.
|
||||
|
||||
Use the wildcard character '*' if you want to disconnect from the active
|
||||
server.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/DISCONNECT Freenode I'm off for today, take care!
|
||||
/DISCONNECT * Vacation time :D
|
||||
/DISCONNECT
|
||||
|
||||
## See also ##
|
||||
[CONNECT](/documentation/help/1.0/connect), [SERVER](/documentation/help/1.0/server)
|
||||
|
45
_sources/documentation/help/1.0/echo.md.txt
Normal file
45
_sources/documentation/help/1.0/echo.md.txt
Normal file
@ -0,0 +1,45 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# echo
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/echo.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-common/core/fe-core-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:4ch"><code><span class="synB">ECHO</span> <span class="syn10">[<span class="syn">-current</span>]</span> <span class="syn10">[<span class="syn">-window</span> <span class="syn09"><name></span>]</span> <span class="syn10">[<span class="syn">-level</span> <span class="syn09"><level></span>]</span> <span class="synB05"><text></span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| `-current`: | Displays the output in the active window. |
|
||||
| `-window`: | Displays the output in the target window. |
|
||||
| `-level`: | Displays the output with a given message level. |
|
||||
|
||||
The text output; if no target is given, the active window will be used.
|
||||
|
||||
## Description ##
|
||||
|
||||
Displays the given text.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/ECHO 1 + 1 = 2 :D
|
||||
/ECHO -current Testing the ECHO command
|
||||
/ECHO -window #irssi Special variables such as ${N} will not be expanded.
|
||||
|
||||
## See also ##
|
||||
[CAT](/documentation/help/1.0/cat), [EVAL](/documentation/help/1.0/eval), [EXEC](/documentation/help/1.0/exec), [LEVELS](/documentation/help/1.0/levels)
|
||||
|
46
_sources/documentation/help/1.0/eval.md.txt
Normal file
46
_sources/documentation/help/1.0/eval.md.txt
Normal file
@ -0,0 +1,46 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# eval
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/eval.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/core/commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:4ch"><code><span class="synB">EVAL</span> <span class="synB05"><command(s)></span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
The commands to evaluate.
|
||||
|
||||
## Description ##
|
||||
|
||||
Evaluates the given commands and executes them; you can use internal
|
||||
variables and separate multiple commands by using the ';' character.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/EVAL echo I am connected to ${S} on ${chatnet} as ${N}
|
||||
/EVAL echo My user privileges are +${usermode}; echo Let's party!
|
||||
|
||||
## References ##
|
||||
|
||||
|
||||
|
||||
[https://github.com/irssi/irssi/blob/master/docs/special_vars.txt](https://github.com/irssi/irssi/blob/master/docs/special_vars.txt)
|
||||
|
||||
|
||||
|
||||
## See also ##
|
||||
[CAT](/documentation/help/1.0/cat), [CD](/documentation/help/1.0/cd), [ECHO](/documentation/help/1.0/echo), [EXEC](/documentation/help/1.0/exec)
|
||||
|
75
_sources/documentation/help/1.0/exec.md.txt
Normal file
75
_sources/documentation/help/1.0/exec.md.txt
Normal file
@ -0,0 +1,75 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# exec
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/exec.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-common/core/fe-exec.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:4ch"><code><span class="synB">EXEC</span> <span class="syn10">[<span class="syn">-</span>]</span> <span class="syn10">[<span class="syn">-nosh</span>]</span> <span class="syn10">[<span class="syn">-out</span> | <span class="syn">-msg</span> <span class="syn09"><target></span> | <span class="syn">-notice</span> <span class="syn09"><target></span>]</span> <span class="syn10">[<span class="syn">-name</span> <span class="syn09"><name></span>]</span> <span class="synB05"><cmd line></span></code></pre></div>
|
||||
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:4ch"><code><span class="synB">EXEC</span> <span class="synB">-out</span> | <span class="synB">-window</span> | <span class="synB">-msg</span> <span class="synB05"><target></span> | <span class="synB">-notice</span> <span class="synB05"><target></span> | <span class="synB">-close</span> | <span class="synB">-</span><span class="synB05"><signal></span> <span class="synB">%</span><span class="synB05"><id></span></code></pre></div>
|
||||
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:4ch"><code><span class="synB">EXEC</span> <span class="synB">-in</span> <span class="synB">%</span><span class="synB05"><id></span> <span class="synB05"><text to send to process></span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| `-`: | Suppresses the process termination notification. |
|
||||
| `-nosh`: | Doesn't execute the command through /bin/sh. |
|
||||
| `-out`: | Sends the output to the active channel or query. |
|
||||
| `-msg`: | Sends the output to the specified nickname or channel. |
|
||||
| `-notice`: | Sends the output to the specified nickname or channel as notices. |
|
||||
| `-name`: | Gives the process the specified name. |
|
||||
| `-window`: | Displays the output in the active window. |
|
||||
| `-close`: | Forcibly closes a process that doesn't die. |
|
||||
| `-<signal>`: | Sends the given signal to the process. |
|
||||
| `-in`: | Sends text to the standard input of the process. |
|
||||
| `-interactive`: | Executes the process in a new window item. |
|
||||
|
||||
The command to execute; if no output parameter is given, the active window
|
||||
will be used and if no parameters are given at all, the list of active
|
||||
processes will be displayed.
|
||||
|
||||
## Description ##
|
||||
|
||||
Executes the specified command in the background; the process can be
|
||||
accessed by its id or the name you gave it.
|
||||
|
||||
The output of the process can be redirected to various targets, such as
|
||||
a window, a channel, a nickname or a query.
|
||||
|
||||
The process identifier must always begin with the '%' character. For
|
||||
example %0.
|
||||
|
||||
If you remove a process with the close parameter, it will only make Irssi
|
||||
detach from it; the process will keep running until it terminates.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/EXEC
|
||||
/EXEC ls
|
||||
/EXEC -msg #irssi cat unicorn.txt
|
||||
/EXEC -out cat /etc/passwd | grep $USER | awk -F: '{print $5}'
|
||||
/EXEC -name ssh -nosh -interactive -window ssh staff.irssi.org
|
||||
/EXEC -close mailserver
|
||||
/EXEC -close %0
|
||||
|
||||
## See also ##
|
||||
[CAT](/documentation/help/1.0/cat), [CD](/documentation/help/1.0/cd), [ECHO](/documentation/help/1.0/echo), [EVAL](/documentation/help/1.0/eval)
|
||||
|
32
_sources/documentation/help/1.0/flushbuffer.md.txt
Normal file
32
_sources/documentation/help/1.0/flushbuffer.md.txt
Normal file
@ -0,0 +1,32 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# flushbuffer
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/flushbuffer.in
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
|
||||
## Description ##
|
||||
|
||||
Forces an immediate flush of the buffers if the related settings are
|
||||
enabled.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/FLUSHBUFFER
|
||||
|
||||
/SET write_buffer_size
|
||||
/SET write_buffer_timeout
|
||||
|
||||
## See also ##
|
||||
[REDRAW](/documentation/help/1.0/redraw), [SCROLLBACK](/documentation/help/1.0/scrollback)
|
||||
|
45
_sources/documentation/help/1.0/format.md.txt
Normal file
45
_sources/documentation/help/1.0/format.md.txt
Normal file
@ -0,0 +1,45 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# format
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/format.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-common/core/themes.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:6ch"><code><span class="synB">FORMAT</span> <span class="syn10">[<span class="syn">-delete</span> | <span class="syn">-reset</span>]</span> <span class="syn10">[<span class="syn09"><module></span>]</span> <span class="syn10">[<span class="syn09"><key></span> <span class="syn14">[<span class="syn13"><value></span>]</span>]</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| `-reset`: | Restores the original value. |
|
||||
| `-delete`: | Removes the format from the configuration. |
|
||||
|
||||
The module name, the format name and the value; if no arguments are given,
|
||||
the list of formats are displayed.
|
||||
|
||||
## Description ##
|
||||
|
||||
Allows you to reconfigure the way messages are displayed.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/FORMAT irc away You have left planet earth
|
||||
/FORMAT core not_good_idea I'm sorry sir, this broke my irony sensor; add -YES if you really mean it!
|
||||
/FORMAT -reset irc away
|
||||
|
||||
## See also ##
|
||||
[RELOAD](/documentation/help/1.0/reload), [SAVE](/documentation/help/1.0/save), [SET](/documentation/help/1.0/set)
|
||||
|
44
_sources/documentation/help/1.0/hash.md.txt
Normal file
44
_sources/documentation/help/1.0/hash.md.txt
Normal file
@ -0,0 +1,44 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# hash
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/hash.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:-2ch"><code><span class="synB">HASH</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Description ##
|
||||
|
||||
This is an ancient command that is no longer used; if you on an IRC server
|
||||
that supports this command, please contact us to we can update the
|
||||
documentation.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/HASH
|
||||
|
||||
## References ##
|
||||
|
||||
|
||||
|
||||
[http://www.irssi.org](http://www.irssi.org)
|
||||
|
||||
[https://github.com/irssi](https://github.com/irssi)
|
||||
|
||||
|
||||
|
||||
## See also ##
|
||||
[DIE](/documentation/help/1.0/die), [KILL](/documentation/help/1.0/kill), [OPER](/documentation/help/1.0/oper)
|
||||
|
49
_sources/documentation/help/1.0/help.md.txt
Normal file
49
_sources/documentation/help/1.0/help.md.txt
Normal file
@ -0,0 +1,49 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# help
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/help.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-common/core/fe-help.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:4ch"><code><span class="synB">HELP</span> <span class="syn10">[<span class="syn09"><command></span>]</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
The command to display the documentation for; if no argument is given, the
|
||||
list of commands will be displayed.
|
||||
|
||||
## Description ##
|
||||
|
||||
Displays the documentation for the given command.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/HELP
|
||||
/HELP AWAY
|
||||
/HELP CONNECT
|
||||
|
||||
## References ##
|
||||
|
||||
|
||||
|
||||
[http://www.irssi.org](http://www.irssi.org)
|
||||
|
||||
[https://github.com/irssi](https://github.com/irssi)
|
||||
|
||||
|
||||
|
||||
## See also ##
|
||||
[CONNECT](/documentation/help/1.0/connect), [MSG](/documentation/help/1.0/msg), [NETWORK](/documentation/help/1.0/network), [SERVER](/documentation/help/1.0/server)
|
||||
|
67
_sources/documentation/help/1.0/hilight.md.txt
Normal file
67
_sources/documentation/help/1.0/hilight.md.txt
Normal file
@ -0,0 +1,67 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# hilight
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/hilight.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-common/core/hilight-text.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:7ch"><code><span class="synB">HILIGHT</span> <span class="syn10">[<span class="syn">-nick</span> | <span class="syn">-word</span> | <span class="syn">-line</span>]</span> <span class="syn10">[<span class="syn">-mask</span> | <span class="syn">-full</span> | <span class="syn">-matchcase</span> | <span class="syn">-regexp</span>]</span> <span class="syn10">[<span class="syn">-color</span> <span class="syn09"><color></span>]</span> <span class="syn10">[<span class="syn">-actcolor</span> <span class="syn09"><color></span>]</span> <span class="syn10">[<span class="syn">-level</span> <span class="syn09"><level></span>]</span> <span class="syn10">[<span class="syn">-network</span> <span class="syn09"><network></span>]</span> <span class="syn10">[<span class="syn">-channels</span> <span class="syn09"><channels></span>]</span> <span class="synB05"><text></span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| `-nick`: | Highlights only the nickname and not the whole line. |
|
||||
| `-word`: | Highlights only the word and not the whole line. |
|
||||
| `-line`: | Highlights the whole line. |
|
||||
| `-mask`: | Highlights all messages from users matching the mask. |
|
||||
| `-full`: | The text must match the full word. |
|
||||
| `-matchcase`: | The text must match case. |
|
||||
| `-regexp`: | The text is a regular expression. |
|
||||
| `-color`: | The color the display the highlight in. |
|
||||
| `-actcolor`: | The color to mark the highlight activity in the statusbar. |
|
||||
| `-level`: | Matches only on the given message level. |
|
||||
| `-network`: | Matches only on the given network. |
|
||||
| `-channels`: | Matches only on the given channels. |
|
||||
| `-priority`: | The priority to use when multiple highlights match. |
|
||||
|
||||
The text to highlight on; if no argument is given, the list of highlights
|
||||
will be displayed.
|
||||
|
||||
## Description ##
|
||||
|
||||
Highlights the keyword or pattern to make sure that you don't miss any
|
||||
important messages.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/HILIGHT
|
||||
/HILIGHT mike
|
||||
/HILIGHT -regexp mi+ke+
|
||||
/HILIGHT -mask -color %G bob!*@*.irssi.org
|
||||
/HILIGHT -full -color %G -actcolor %Y redbull
|
||||
|
||||
## References ##
|
||||
|
||||
|
||||
|
||||
[https://github.com/irssi/irssi/blob/master/docs/formats.txt](https://github.com/irssi/irssi/blob/master/docs/formats.txt)
|
||||
|
||||
|
||||
|
||||
## See also ##
|
||||
[DEHILIGHT](/documentation/help/1.0/dehilight), [LEVELS](/documentation/help/1.0/levels)
|
||||
|
68
_sources/documentation/help/1.0/ignore.md.txt
Normal file
68
_sources/documentation/help/1.0/ignore.md.txt
Normal file
@ -0,0 +1,68 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# ignore
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/ignore.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-common/core/fe-ignore.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:6ch"><code><span class="synB">IGNORE</span> <span class="syn10">[<span class="syn">-regexp</span> | <span class="syn">-full</span>]</span> <span class="syn10">[<span class="syn">-pattern</span> <span class="syn09"><pattern></span>]</span> <span class="syn10">[<span class="syn">-except</span>]</span> <span class="syn10">[<span class="syn">-replies</span>]</span> <span class="syn10">[<span class="syn">-network</span> <span class="syn09"><network></span>]</span> <span class="syn10">[<span class="syn">-channels</span> <span class="syn09"><channel></span>]</span> <span class="syn10">[<span class="syn">-time</span> <span class="syn09"><secs></span>]</span> <span class="synB05"><mask></span> <span class="syn10">[<span class="syn09"><levels></span>]</span></code></pre></div>
|
||||
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:6ch"><code><span class="synB">IGNORE</span> <span class="syn10">[<span class="syn">-regexp</span> | <span class="syn">-full</span>]</span> <span class="syn10">[<span class="syn">-pattern</span> <span class="syn09"><pattern></span>]</span> <span class="syn10">[<span class="syn">-except</span>]</span> <span class="syn10">[<span class="syn">-replies</span>]</span> <span class="syn10">[<span class="syn">-network</span> <span class="syn09"><network></span>]</span> <span class="syn10">[<span class="syn">-time</span> <span class="syn09"><secs></span>]</span> <span class="synB05"><channels></span> <span class="syn10">[<span class="syn09"><levels></span>]</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| `-regexp`: | Indicates that the pattern is a regular expression. |
|
||||
| `-full`: | Indicates that the pattern must match a full word. |
|
||||
| `-pattern`: | The text pattern to ignore. |
|
||||
| `-except`: | Negates the ignore. |
|
||||
| `-replies`: | Also ignore nicknames who are talking to anyone who matches the ignore. |
|
||||
| `-network`: | Ignores only on a specific network. |
|
||||
| `-channels`: | Ignores only on specific channels. |
|
||||
| `-time`: | The timeout to automatically remove the ignore. |
|
||||
|
||||
The mask, channels and levels to ignore; if no argument is provided, the
|
||||
list of ignores will be displayed.
|
||||
|
||||
## Description ##
|
||||
|
||||
Ignores nicknames or text that matches a pattern.
|
||||
|
||||
The special level 'NO_ACT' can be used to ignore activity in the statusbar
|
||||
without actually ignoring the message; this behavior is somewhat special
|
||||
because it is allowed in addition to other ignores for the same target.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/IGNORE
|
||||
/IGNORE * JOINS
|
||||
/IGNORE * CTCPS
|
||||
/IGNORE -except *!*@*.irssi.org CTCPS
|
||||
/IGNORE #irssi ALL -PUBLIC -ACTIONS
|
||||
/IGNORE -replies *!*@*.irssi.org ALL
|
||||
/IGNORE -regexp -pattern (away|gone|back|playing|returned) * ACTIONS
|
||||
/IGNORE *zzz* NICKS
|
||||
/IGNORE *afk* NICKS
|
||||
/IGNORE *away* NICKS
|
||||
/IGNORE #irssi NO_ACT JOINS PARTS QUITS
|
||||
/IGNORE mike NO_ACT -MSGS
|
||||
/IGNORE -regexp -pattern
|
||||
|
||||
## See also ##
|
||||
[ACCEPT](/documentation/help/1.0/accept), [SILENCE](/documentation/help/1.0/silence), [UNIGNORE](/documentation/help/1.0/unignore)
|
||||
|
226
_sources/documentation/help/1.0/index.md.txt
Normal file
226
_sources/documentation/help/1.0/index.md.txt
Normal file
@ -0,0 +1,226 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# Help
|
||||
|
||||
These are the `/help` pages of the Irssi on-line help.
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/tree/master/docs/help/in
|
||||
- https://github.com/ailin-nemui/irssi-website-tools/blob/sphinx-mod/_tools/help2md.yml
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
|
||||
:::{toctree}
|
||||
:maxdepth: 1
|
||||
:hidden:
|
||||
|
||||
cat_Connection
|
||||
cat_Core Commands
|
||||
cat_Window Commands
|
||||
cat_Settings
|
||||
cat_Misc
|
||||
cat_IRC Commands
|
||||
cat_IRC Proxy
|
||||
cat_Other pages
|
||||
|
||||
|
||||
:::
|
||||
|
||||
|
||||
## Connection
|
||||
|
||||
<div markdown="1" class="helpindex">
|
||||
|
||||
* [connect](./connect)
|
||||
* [disconnect](./disconnect)
|
||||
* [network](./network)
|
||||
* [quit](./quit)
|
||||
* [rawlog](./rawlog)
|
||||
* [reconnect](./reconnect)
|
||||
* [rmreconns](./rmreconns)
|
||||
* [server](./server)
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
## Core Commands
|
||||
|
||||
<div markdown="1" class="helpindex">
|
||||
|
||||
* [channel](./channel)
|
||||
* [connect](./connect)
|
||||
* [cycle](./cycle)
|
||||
* [disconnect](./disconnect)
|
||||
* [join](./join)
|
||||
* [msg](./msg)
|
||||
* [names](./names)
|
||||
* [query](./query)
|
||||
* [quit](./quit)
|
||||
* [server](./server)
|
||||
* [unquery](./unquery)
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
## Window Commands
|
||||
|
||||
<div markdown="1" class="helpindex">
|
||||
|
||||
* [clear](./clear)
|
||||
* [lastlog](./lastlog)
|
||||
* [layout](./layout)
|
||||
* [scrollback](./scrollback)
|
||||
* [window](./window)
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
## Settings
|
||||
|
||||
<div markdown="1" class="helpindex">
|
||||
|
||||
* [alias](./alias)
|
||||
* [bind](./bind)
|
||||
* [completion](./completion)
|
||||
* [dehilight](./dehilight)
|
||||
* [format](./format)
|
||||
* [hilight](./hilight)
|
||||
* [ignore](./ignore)
|
||||
* [layout](./layout)
|
||||
* [log](./log)
|
||||
* [recode](./recode)
|
||||
* [reload](./reload)
|
||||
* [save](./save)
|
||||
* [set](./set)
|
||||
* [statusbar](./statusbar)
|
||||
* [toggle](./toggle)
|
||||
* [unalias](./unalias)
|
||||
* [unignore](./unignore)
|
||||
* [upgrade](./upgrade)
|
||||
* [window](./window)
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
## Misc
|
||||
|
||||
<div markdown="1" class="helpindex">
|
||||
|
||||
* [beep](./beep)
|
||||
* [cat](./cat)
|
||||
* [cd](./cd)
|
||||
* [echo](./echo)
|
||||
* [eval](./eval)
|
||||
* [exec](./exec)
|
||||
* [help](./help)
|
||||
* [load](./load)
|
||||
* [unload](./unload)
|
||||
* [uptime](./uptime)
|
||||
* [version](./version)
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
## IRC Commands
|
||||
|
||||
<div markdown="1" class="helpindex">
|
||||
|
||||
* [accept](./accept)
|
||||
* [action](./action)
|
||||
* [admin](./admin)
|
||||
* [away](./away)
|
||||
* [ban](./ban)
|
||||
* [ctcp](./ctcp)
|
||||
* [dcc](./dcc)
|
||||
* [deop](./deop)
|
||||
* [devoice](./devoice)
|
||||
* [die](./die)
|
||||
* [hash](./hash)
|
||||
* [info](./info)
|
||||
* [invite](./invite)
|
||||
* [ison](./ison)
|
||||
* [kick](./kick)
|
||||
* [kickban](./kickban)
|
||||
* [kill](./kill)
|
||||
* [knock](./knock)
|
||||
* [knockout](./knockout)
|
||||
* [links](./links)
|
||||
* [list](./list)
|
||||
* [lusers](./lusers)
|
||||
* [map](./map)
|
||||
* [me](./me)
|
||||
* [mircdcc](./mircdcc)
|
||||
* [mode](./mode)
|
||||
* [motd](./motd)
|
||||
* [nctcp](./nctcp)
|
||||
* [netsplit](./netsplit)
|
||||
* [nick](./nick)
|
||||
* [notice](./notice)
|
||||
* [notify](./notify)
|
||||
* [op](./op)
|
||||
* [oper](./oper)
|
||||
* [part](./part)
|
||||
* [ping](./ping)
|
||||
* [quote](./quote)
|
||||
* [rehash](./rehash)
|
||||
* [restart](./restart)
|
||||
* [sconnect](./sconnect)
|
||||
* [server](./server)
|
||||
* [servlist](./servlist)
|
||||
* [silence](./silence)
|
||||
* [squery](./squery)
|
||||
* [squit](./squit)
|
||||
* [stats](./stats)
|
||||
* [time](./time)
|
||||
* [topic](./topic)
|
||||
* [trace](./trace)
|
||||
* [ts](./ts)
|
||||
* [unban](./unban)
|
||||
* [unnotify](./unnotify)
|
||||
* [unsilence](./unsilence)
|
||||
* [userhost](./userhost)
|
||||
* [ver](./ver)
|
||||
* [version](./version)
|
||||
* [voice](./voice)
|
||||
* [wait](./wait)
|
||||
* [wall](./wall)
|
||||
* [wallops](./wallops)
|
||||
* [who](./who)
|
||||
* [whois](./whois)
|
||||
* [whowas](./whowas)
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
## IRC Proxy
|
||||
|
||||
<div markdown="1" class="helpindex">
|
||||
|
||||
* [irssiproxy](./irssiproxy)
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
## Other pages
|
||||
|
||||
<div markdown="1" class="helpindex">
|
||||
|
||||
* [flushbuffer](./flushbuffer)
|
||||
* [levels](./levels)
|
||||
* [rmrejoins](./rmrejoins)
|
||||
* [script](./script)
|
||||
|
||||
|
||||
</div>
|
38
_sources/documentation/help/1.0/info.md.txt
Normal file
38
_sources/documentation/help/1.0/info.md.txt
Normal file
@ -0,0 +1,38 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# info
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/info.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:4ch"><code><span class="synB">INFO</span> <span class="syn10">[<span class="syn09"><server></span>]</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
The server to display the information for; if no argument is given, the
|
||||
active server will be used.
|
||||
|
||||
## Description ##
|
||||
|
||||
Displays information about the IRC server software.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/INFO
|
||||
/INFO orwell.freenode.net
|
||||
|
||||
## See also ##
|
||||
[ADMIN](/documentation/help/1.0/admin)
|
||||
|
38
_sources/documentation/help/1.0/invite.md.txt
Normal file
38
_sources/documentation/help/1.0/invite.md.txt
Normal file
@ -0,0 +1,38 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# invite
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/invite.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:6ch"><code><span class="synB">INVITE</span> <span class="synB05"><nick></span> <span class="syn10">[<span class="syn09"><channel></span>]</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
The nickname to invite and the channel to invite him or her to; if no
|
||||
channel is given, the active channel will be used.
|
||||
|
||||
## Description ##
|
||||
|
||||
Invites the specified nick to a channel.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/INVITE mike
|
||||
/INVITE bob #irssi
|
||||
|
||||
## See also ##
|
||||
[MODE](/documentation/help/1.0/mode), [WHOIS](/documentation/help/1.0/whois)
|
||||
|
34
_sources/documentation/help/1.0/irssiproxy.md.txt
Normal file
34
_sources/documentation/help/1.0/irssiproxy.md.txt
Normal file
@ -0,0 +1,34 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# irssiproxy
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/irssiproxy.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/proxy/proxy.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:16ch"><code><span class="synB">IRSSIPROXY</span> <span class="synB">STATUS</span></code></pre></div>
|
||||
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:-2ch"><code><span class="synB">IRSSIPROXY</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Description ##
|
||||
|
||||
Displays the list of clients connected to irssiproxy.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/IRSSIPROXY
|
||||
/IRSSIPROXY STATUS
|
||||
|
||||
## See also ##
|
||||
[LOAD](/documentation/help/1.0/load), [PROXY](/documentation/help/1.0/proxy), [SET](/documentation/help/1.0/set), [irssiproxy](/documentation/help/1.0/irssiproxy)
|
||||
|
37
_sources/documentation/help/1.0/ison.md.txt
Normal file
37
_sources/documentation/help/1.0/ison.md.txt
Normal file
@ -0,0 +1,37 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# ison
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/ison.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:4ch"><code><span class="synB">ISON</span> <span class="synB05"><nicks></span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
The nicknames, separated by space, to check.
|
||||
|
||||
## Description ##
|
||||
|
||||
Displays whether the specified nicknames are online.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/ISON mike
|
||||
/ISON sarah bob
|
||||
|
||||
## See also ##
|
||||
[NOTIFY](/documentation/help/1.0/notify), [WHOWAS](/documentation/help/1.0/whowas), [WHOIS](/documentation/help/1.0/whois)
|
||||
|
46
_sources/documentation/help/1.0/join.md.txt
Normal file
46
_sources/documentation/help/1.0/join.md.txt
Normal file
@ -0,0 +1,46 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# join
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/join.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-common/core/fe-channels.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:4ch"><code><span class="synB">JOIN</span> <span class="syn10">[<span class="syn">-window</span>]</span> <span class="syn10">[<span class="syn">-invite</span>]</span> <span class="syn10">[<span class="syn">-</span><span class="syn09"><server tag></span>]</span> <span class="synB05"><channels></span> <span class="syn10">[<span class="syn09"><keys></span>]</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| `-window` | Joins a channel in the active window. |
|
||||
| `-invite` | Joins the channel you were last invited to. |
|
||||
| `-<server tag>` | The server tag on which you want to join the channel. |
|
||||
|
||||
The channel names, separated by a comma, to join and the channel key.
|
||||
|
||||
## Description ##
|
||||
|
||||
Joins the given channels.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/JOIN #irssi
|
||||
/JOIN #basementcat secret_lair
|
||||
/JOIN -invite
|
||||
/JOIN -freenode #github,#freenode,#irssi
|
||||
|
||||
## See also ##
|
||||
[KICK](/documentation/help/1.0/kick), [PART](/documentation/help/1.0/part)
|
||||
|
41
_sources/documentation/help/1.0/kick.md.txt
Normal file
41
_sources/documentation/help/1.0/kick.md.txt
Normal file
@ -0,0 +1,41 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# kick
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/kick.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:4ch"><code><span class="synB">KICK</span> <span class="syn10">[<span class="syn09"><channel></span>]</span> <span class="synB05"><nicks></span> <span class="syn10">[<span class="syn09"><reason></span>]</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
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
|
||||
will be used.
|
||||
|
||||
## Description ##
|
||||
|
||||
Removes the given nicknames from the specified channel; this command is
|
||||
typically used to remove troublemakers, flooders or people otherwise making
|
||||
a nuisance of themselves.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/KICK mike Please... chill down!
|
||||
/KICK #irssi bob,sarah Stop flooding!
|
||||
|
||||
## See also ##
|
||||
[BAN](/documentation/help/1.0/ban), [KICKBAN](/documentation/help/1.0/kickban), [KNOCKOUT](/documentation/help/1.0/knockout)
|
||||
|
39
_sources/documentation/help/1.0/kickban.md.txt
Normal file
39
_sources/documentation/help/1.0/kickban.md.txt
Normal file
@ -0,0 +1,39 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# kickban
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/kickban.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:7ch"><code><span class="synB">KICKBAN</span> <span class="syn10">[<span class="syn09"><channel></span>]</span> <span class="synB05"><nicks></span> <span class="synB05"><reason></span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
The channel and the nicknames, separated by a comma, to kick and ban from
|
||||
the channel and the reason thereof; if no channel is given, the active
|
||||
channel will be used.
|
||||
|
||||
## Description ##
|
||||
|
||||
Removes and then bans the given nicknames from the specified channel.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/KICKBAN mike Please... chill down!
|
||||
/KICKBAN #irssi bob,sarah You guys broke the rules for the last time.
|
||||
|
||||
## See also ##
|
||||
[BAN](/documentation/help/1.0/ban), [KICK](/documentation/help/1.0/kick), [KNOCKOUT](/documentation/help/1.0/knockout)
|
||||
|
41
_sources/documentation/help/1.0/kill.md.txt
Normal file
41
_sources/documentation/help/1.0/kill.md.txt
Normal file
@ -0,0 +1,41 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# kill
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/kill.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:4ch"><code><span class="synB">KILL</span> <span class="synB05"><nick></span> <span class="synB05"><reason></span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
The nickname to remove from the network and the reason thereof.
|
||||
|
||||
## Description ##
|
||||
|
||||
Terminates a nickname's connection from the network; this command is
|
||||
reserved for IRC operators.
|
||||
|
||||
You should not use this command for personal vendettas or for trolling;
|
||||
these practices are generally frowned upon.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/KILL mike Get off my lawn
|
||||
/KILL bob Stop breaking the network rules!
|
||||
|
||||
## See also ##
|
||||
[DIE](/documentation/help/1.0/die), [OPER](/documentation/help/1.0/oper), [WALLOPS](/documentation/help/1.0/wallops)
|
||||
|
47
_sources/documentation/help/1.0/knock.md.txt
Normal file
47
_sources/documentation/help/1.0/knock.md.txt
Normal file
@ -0,0 +1,47 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# knock
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/knock.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:5ch"><code><span class="synB">KNOCK</span> <span class="synB05"><channel></span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
The channel you wish to get invited to.
|
||||
|
||||
## Description ##
|
||||
|
||||
Sends an invitation request to the channel operators of the target channel;
|
||||
this command may not work on all IRC servers.
|
||||
|
||||
The following conditions must be met:
|
||||
|
||||
* You are not banned from the channel.
|
||||
* The channel is not private.
|
||||
* You may not be already in the channel.
|
||||
* The channel must be invite only, have a key or has exceeded its user
|
||||
limit.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/KNOCK #irssi
|
||||
/KNOCK #freenode
|
||||
/KNOCK #github
|
||||
|
||||
## See also ##
|
||||
[INVITE](/documentation/help/1.0/invite), [JOIN](/documentation/help/1.0/join)
|
||||
|
43
_sources/documentation/help/1.0/knockout.md.txt
Normal file
43
_sources/documentation/help/1.0/knockout.md.txt
Normal file
@ -0,0 +1,43 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# knockout
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/knockout.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:8ch"><code><span class="synB">KNOCKOUT</span> <span class="syn10">[<span class="syn09"><time></span>]</span> <span class="synB05"><nicks></span> <span class="synB05"><reason></span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
The time, expressed in seconds, the nicknames, separated by a comma, and the
|
||||
reason thereof; if no time is provided, the ban will be lifted after 5
|
||||
minutes.
|
||||
|
||||
## Description ##
|
||||
|
||||
Removes and then bans the given nicknames from the active channel; the ban
|
||||
will be automatically lifted after the specified time.
|
||||
|
||||
The ban will not be lifted if you leave the channel or disconnect from the
|
||||
network.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/KNOCKOUT 3600 mike Your connection is unstable.
|
||||
/KNOCKOUT bob,sarah Chill down a bit.
|
||||
|
||||
## See also ##
|
||||
[BAN](/documentation/help/1.0/ban), [KICK](/documentation/help/1.0/kick), [KICKBAN](/documentation/help/1.0/kickban)
|
||||
|
63
_sources/documentation/help/1.0/lastlog.md.txt
Normal file
63
_sources/documentation/help/1.0/lastlog.md.txt
Normal file
@ -0,0 +1,63 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# lastlog
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/lastlog.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-text/lastlog.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:7ch"><code><span class="synB">LASTLOG</span> <span class="syn10">[<span class="syn">-</span>]</span> <span class="syn10">[<span class="syn">-file</span> <span class="syn09"><filename></span>]</span> <span class="syn10">[<span class="syn">-window</span> <span class="syn09"><ref#|name></span>]</span> <span class="syn10">[<span class="syn">-new</span> | <span class="syn">-away</span>]</span> <span class="syn10">[<span class="syn">-</span><span class="syn09"><level></span> <span class="syn">-</span><span class="syn09"><level...></span>]</span> <span class="syn10">[<span class="syn">-clear</span>]</span> <span class="syn10">[<span class="syn">-count</span>]</span> <span class="syn10">[<span class="syn">-case</span>]</span> <span class="syn10">[<span class="syn">-date</span>]</span> <span class="syn10">[<span class="syn">-regexp</span> | <span class="syn">-word</span>]</span> <span class="syn10">[<span class="syn">-before</span> <span class="syn14">[<span class="syn13"><#></span>]</span>]</span> <span class="syn10">[<span class="syn">-after</span> <span class="syn14">[<span class="syn13"><#></span>]</span>]</span> <span class="syn10">[<span class="syn">-</span><span class="syn09"><# before+after></span>]</span> <span class="syn10">[<span class="syn09"><pattern></span>]</span> <span class="syn10">[<span class="syn09"><count></span> <span class="syn14">[<span class="syn13"><start></span>]</span>]</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| `-`: | Doesn't print the 'Lastlog:' and 'End of Lastlog' messages. |
|
||||
| `-file`: | Output the lastlog to a file instead of the active window. |
|
||||
| `-window`: | Specifies the window to check. |
|
||||
| `-new`: | Only displays results since the previous lastlog. |
|
||||
| `-away`: | Only displays results since you previous away status. |
|
||||
| `-<level>`: | Specifies the levels to check (e.g. -joins -quits -hilight) |
|
||||
| `-clear`: | Removes the previous results from the active window. |
|
||||
| `-count`: | Displays how many lines match. |
|
||||
| `-case`: | Performs a case-sensitive matching. |
|
||||
| `-date`: | Prepends each row with the message's date |
|
||||
| `-regexp`: | The given text pattern is a regular expression. |
|
||||
| `-word`: | The text must match full words. |
|
||||
| `-force`: | Forces to display the lastlog, even if it exceeds 1000 lines. |
|
||||
| `-after`: | Include this many lines of content after the match. |
|
||||
| `-before`: | Include this many lines of content before the match. |
|
||||
| `-<#>`: | Include this many lines of content around the match. |
|
||||
| `<count>`: | Display a maximum number of `count` lines. |
|
||||
| `<start>`: | Skip the last `start` lines. |
|
||||
|
||||
The pattern to search for and the maximum of lines to display; if no
|
||||
parameter is given, the entire window buffer will be displayed.
|
||||
|
||||
## Description ##
|
||||
|
||||
Searches the active window for a pattern and displays the result.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/LASTLOG holiday
|
||||
/LASTLOG 'is on vacation' 10
|
||||
/LASTLOG -force -file ~/mike.log 'mike'
|
||||
/LASTLOG -hilight
|
||||
/LASTLOG -5 searchterm
|
||||
|
||||
## See also ##
|
||||
[HILIGHT](/documentation/help/1.0/hilight), [SCROLLBACK](/documentation/help/1.0/scrollback)
|
||||
|
51
_sources/documentation/help/1.0/layout.md.txt
Normal file
51
_sources/documentation/help/1.0/layout.md.txt
Normal file
@ -0,0 +1,51 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# layout
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/layout.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-common/core/window-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:10ch"><code><span class="synB">LAYOUT</span> <span class="synB">SAVE</span></code></pre></div>
|
||||
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:-2ch"><code><span class="synB">LAYOUT</span> <span class="synB">RESET</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| `SAVE`: | Saves your layout to the configuration. |
|
||||
| `RESET`: | Removes the saved layout from the configuration. |
|
||||
|
||||
## Description ##
|
||||
|
||||
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.
|
||||
|
||||
This method enables you to keep the same window layout when you start Irssi
|
||||
the next time.
|
||||
|
||||
You will need to use the SAVE command to confirm and commit the changes
|
||||
into the configuration file.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/LAYOUT SAVE
|
||||
/LAYOUT RESET
|
||||
|
||||
## See also ##
|
||||
[SAVE](/documentation/help/1.0/save), [WINDOW](/documentation/help/1.0/window)
|
||||
|
59
_sources/documentation/help/1.0/levels.md.txt
Normal file
59
_sources/documentation/help/1.0/levels.md.txt
Normal file
@ -0,0 +1,59 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# levels
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/levels.in
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Description ##
|
||||
|
||||
These are the message levels that are used throughout Irssi; they describe
|
||||
what kind of message is displayed.
|
||||
|
||||
These are the common levels you can use:
|
||||
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| `ACTIONS` | Actions by a nickname. |
|
||||
| `CLIENTCRAP` | Irssi's internal messages. |
|
||||
| `CLIENTERROR` | Irssi's internal error messages. |
|
||||
| `CLIENTNOTICE` | Irssi's internal notices. |
|
||||
| `CRAP` | Can be almost anything. |
|
||||
| `CTCPS` | CTCP messages. |
|
||||
| `DCC` | DCC protocol related messages. |
|
||||
| `DCCMSGS` | DCC chat messages. |
|
||||
| `INVITES` | An invite is received. |
|
||||
| `JOINS` | A nickname joins a channel. |
|
||||
| `KICKS` | A nickname gets kicked from a channel. |
|
||||
| `MODES` | A channel mode is modified. |
|
||||
| `MSGS` | Private messages. |
|
||||
| `NICKS` | A nickname changes to another nickname. |
|
||||
| `NOTICES` | Notices sent from a nickname. |
|
||||
| `PARTS` | A nickname leaves a channel. |
|
||||
| `PUBLIC` | Public messages in a channel. |
|
||||
| `QUITS` | A nickname disconnects from IRC. |
|
||||
| `SNOTES` | Notices sent from a server. |
|
||||
| `TOPICS` | A channel topic is modified. |
|
||||
| `WALLOPS` | A wallop is received. |
|
||||
|
||||
These are the special levels you can use:
|
||||
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| `HILIGHT` | The text is highlighted. |
|
||||
| `NEVER` | Never ignores or logs the message. |
|
||||
| `NO_ACT` | Doesn't trigger any activity in the statusbar. |
|
||||
| `NOHILIGHT` | The text is not highlighted. |
|
||||
|
||||
When using levels from Irssi scripts, you need to prepend the level with
|
||||
'MSGLEVEL_'; for example 'CRAP' becomes 'MSGLEVEL_CRAP'.
|
||||
|
39
_sources/documentation/help/1.0/links.md.txt
Normal file
39
_sources/documentation/help/1.0/links.md.txt
Normal file
@ -0,0 +1,39 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# links
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/links.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:5ch"><code><span class="synB">LINKS</span> <span class="syn10">[<span class="syn14">[<span class="syn13"><server></span>]</span> <span class="syn09"><mask></span>]</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
The server to search on and the string to match on; if no arguments are
|
||||
given, the list of links of the active server will be displayed.
|
||||
|
||||
## Description ##
|
||||
|
||||
Displays the links between an IRC server and its connections.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/LINKS
|
||||
/LINKS ircsource.irssi.org
|
||||
/LINKS ircsource.irssi.org *.hub
|
||||
|
||||
## See also ##
|
||||
[LUSERS](/documentation/help/1.0/lusers), [MAP](/documentation/help/1.0/map)
|
||||
|
54
_sources/documentation/help/1.0/list.md.txt
Normal file
54
_sources/documentation/help/1.0/list.md.txt
Normal file
@ -0,0 +1,54 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# list
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/list.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:4ch"><code><span class="synB">LIST</span> <span class="syn10">[<span class="syn">-yes</span>]</span> <span class="syn10">[<span class="syn09"><channel></span>]</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| `-yes`: | Confirms that you want to receive a large amount of data. |
|
||||
|
||||
If the exact name of a channel is given, the only information about this
|
||||
channel is requested; otherwise, a list of all channels will be displayed.
|
||||
|
||||
## Description ##
|
||||
|
||||
Displays the channel names that match your request; requesting all channels
|
||||
may cause the server to disconnect you for flooding.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/LIST
|
||||
/LIST -yes
|
||||
/LIST #ubuntu
|
||||
/LIST #*ubuntu*,>1
|
||||
|
||||
## Remarks ##
|
||||
|
||||
Not all networks support server-side filtering and may provide a network
|
||||
service or service bot instead; on IRCnet, you may use the List service:
|
||||
|
||||
/SQUERY List HELP
|
||||
/MSG ALIS HELP
|
||||
|
||||
## See also ##
|
||||
[STATS](/documentation/help/1.0/stats), [SQUERY](/documentation/help/1.0/squery), [WHOIS](/documentation/help/1.0/whois)
|
||||
|
40
_sources/documentation/help/1.0/load.md.txt
Normal file
40
_sources/documentation/help/1.0/load.md.txt
Normal file
@ -0,0 +1,40 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# load
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/load.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-common/core/fe-modules.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:4ch"><code><span class="synB">LOAD</span> <span class="synB05"><module></span> <span class="syn10">[<span class="syn09"><submodule></span>]</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
The name of the module and submodule to load.
|
||||
|
||||
## Description ##
|
||||
|
||||
Loads a plugin; if the full path isn't given, it will attempt to load from
|
||||
common directories in your installation path.
|
||||
|
||||
To load a perl script, you must use the SCRIPT command.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/LOAD fish
|
||||
/LOAD ~/irssi-fish/libfish.so
|
||||
|
||||
## See also ##
|
||||
[SCRIPT](/documentation/help/1.0/script), [UNLOAD](/documentation/help/1.0/unload)
|
||||
|
82
_sources/documentation/help/1.0/log.md.txt
Normal file
82
_sources/documentation/help/1.0/log.md.txt
Normal file
@ -0,0 +1,82 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# log
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/log.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-common/core/fe-log.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:8ch"><code><span class="synB">LOG</span> <span class="synB">OPEN</span> <span class="syn10">[<span class="syn">-noopen</span>]</span> <span class="syn10">[<span class="syn">-autoopen</span>]</span> <span class="syn10">[<span class="syn">-window</span>]</span> <span class="syn10">[<span class="syn">-</span><span class="syn09"><server tag></span>]</span> <span class="syn10">[<span class="syn">-targets</span> <span class="syn09"><targets></span>]</span> <span class="syn10">[<span class="syn">-colors</span>]</span> <span class="synB05"><fname></span> <span class="syn10">[<span class="syn09"><levels></span>]</span></code></pre></div>
|
||||
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:9ch"><code><span class="synB">LOG</span> <span class="synB">CLOSE</span> <span class="synB05"><id></span>|<span class="synB05"><file></span></code></pre></div>
|
||||
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:9ch"><code><span class="synB">LOG</span> <span class="synB">START</span> <span class="synB05"><id></span>|<span class="synB05"><file></span></code></pre></div>
|
||||
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:8ch"><code><span class="synB">LOG</span> <span class="synB">STOP</span> <span class="synB05"><id></span>|<span class="synB05"><file></span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| `OPEN`: | Opens a log file. |
|
||||
| `CLOSE`: | Closes a log file. |
|
||||
| `START`: | Starts logging a log entry. |
|
||||
| `STOP`: | Stops logging a log entry. |
|
||||
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| `-noopen`: | Saves the entry in the configuration, but doesn't actually start logging. |
|
||||
| `-autoopen`: | Automatically opens the log at startup. |
|
||||
| `-window`: | Displays the output to the active window, or the window specified in the targets parameter. |
|
||||
| `-<server tag>`: | The server tag the targets must be on. |
|
||||
| `-targets`: | Logs the specified nicknames or channels. |
|
||||
| `-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 list of open logs will be displayed.
|
||||
|
||||
## Description ##
|
||||
|
||||
Opens a log file and stores the messages of the given targets into it; the
|
||||
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 log rotation; we strongly
|
||||
recommend you to enable autolog if you are interested in keeping logs.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/LOG OPEN -targets mike ~/irclogs/mike.log MSGS
|
||||
/LOG OPEN -targets #irssi-freenode ~/irclogs/freenode/irssi-%Y-%m-%d
|
||||
/LOG CLOSE ~/irclogs/freenode/irssi-%Y-%m-%d
|
||||
/LOG STOP ~/irclogs/freenode/irssi-%Y-%m-%d
|
||||
/LOG START ~/irclogs/freenode/irssi-%Y-%m-%d
|
||||
|
||||
/SET autolog ON
|
||||
|
||||
## References ##
|
||||
|
||||
|
||||
|
||||
[https://github.com/irssi/irssi/blob/master/docs/formats.txt](https://github.com/irssi/irssi/blob/master/docs/formats.txt)
|
||||
|
||||
|
||||
|
||||
## See also ##
|
||||
[SET](/documentation/help/1.0/set), [LOG](/documentation/help/1.0/log), [WINDOW](/documentation/help/1.0/window), [LOG](/documentation/help/1.0/log)
|
||||
|
41
_sources/documentation/help/1.0/lusers.md.txt
Normal file
41
_sources/documentation/help/1.0/lusers.md.txt
Normal file
@ -0,0 +1,41 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# lusers
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/lusers.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:6ch"><code><span class="synB">LUSERS</span> <span class="syn10">[<span class="syn09"><server mask></span> <span class="syn14">[<span class="syn13"><remote server></span>]</span>]</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
The server to search on and the remote sever to search on; if no arguments
|
||||
are given, the active server will be used.
|
||||
|
||||
## Description ##
|
||||
|
||||
Displays the user statistics of the active or remote server.
|
||||
|
||||
The parameters to search on a remote server are no longer supported on most
|
||||
IRC servers; we no longer provide examples for remote LUSERS to avoid all
|
||||
confusion.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/LUSERS
|
||||
|
||||
## See also ##
|
||||
[LINKS](/documentation/help/1.0/links), [MAP](/documentation/help/1.0/map)
|
||||
|
33
_sources/documentation/help/1.0/map.md.txt
Normal file
33
_sources/documentation/help/1.0/map.md.txt
Normal file
@ -0,0 +1,33 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# map
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/map.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:-2ch"><code><span class="synB">MAP</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Description ##
|
||||
|
||||
Displays the network map of an IRC network; this command is usually
|
||||
reserved for IRC operators and does not work on all servers.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/MAP
|
||||
|
||||
## See also ##
|
||||
[DIE](/documentation/help/1.0/die), [LINKS](/documentation/help/1.0/links), [LUSERS](/documentation/help/1.0/lusers)
|
||||
|
38
_sources/documentation/help/1.0/me.md.txt
Normal file
38
_sources/documentation/help/1.0/me.md.txt
Normal file
@ -0,0 +1,38 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# me
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/me.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-common/irc/fe-irc-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:2ch"><code><span class="synB">ME</span> <span class="synB05"><message></span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
The message to emote.
|
||||
|
||||
## Description ##
|
||||
|
||||
Sends an action emote to the active nickname or channel.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/ME is hungry!
|
||||
/ME had an awesome day @ work
|
||||
/ME is happy it's Friday
|
||||
|
||||
## See also ##
|
||||
[ACTION](/documentation/help/1.0/action), [CTCP](/documentation/help/1.0/ctcp)
|
||||
|
48
_sources/documentation/help/1.0/mircdcc.md.txt
Normal file
48
_sources/documentation/help/1.0/mircdcc.md.txt
Normal file
@ -0,0 +1,48 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# mircdcc
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/mircdcc.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/dcc/dcc-chat.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:9ch"><code><span class="synB">MIRCDCC</span> <span class="synB">ON</span>|<span class="synB">OFF</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| `ON`: | Enables mIRC compatibility mode. |
|
||||
| `OFF`: | Disables mIRC compatibility mode. |
|
||||
|
||||
## Description ##
|
||||
|
||||
After establishing a DCC CHAT connection that you initiated, you might
|
||||
encounter some protocol issues if the target is using mIRC.
|
||||
|
||||
If you or your target sees some unexpected output or behavior inside a DCC
|
||||
CHAT session, use this command to enable mIRC compatibility mode.
|
||||
|
||||
When receiving a connection from an mIRC user, the compatibility mode will
|
||||
automatically be enabled.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/MIRCDCC ON
|
||||
/MIRCDCC OFF
|
||||
|
||||
## See also ##
|
||||
[ACTION](/documentation/help/1.0/action), [CTCP](/documentation/help/1.0/ctcp), [DCC](/documentation/help/1.0/dcc)
|
||||
|
81
_sources/documentation/help/1.0/mode.md.txt
Normal file
81
_sources/documentation/help/1.0/mode.md.txt
Normal file
@ -0,0 +1,81 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# mode
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/mode.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/modes.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:4ch"><code><span class="synB">MODE</span> <span class="synB05"><your nick></span>|<span class="synB05"><channel></span> <span class="syn10">[<span class="syn09"><mode></span> <span class="syn14">[<span class="syn13"><mode parameters></span>]</span>]</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
The target nickname or channel and the modes with their parameters to set or
|
||||
remove.
|
||||
|
||||
If the target nickname or channel is omitted, the active nickname or channel
|
||||
will be used.
|
||||
|
||||
## Description ##
|
||||
|
||||
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
|
||||
'+' sign to set or '-' sign to unset; modes that require a parameter will be
|
||||
retrieved from the argument list.
|
||||
|
||||
Some common channel modes are:
|
||||
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| `b <mask>`: | Adds or removes a ban; a ban will prevent a user who matches the given mask from joining the channel unless he or she is invited or in the exempt list. |
|
||||
| `e <mask>`: | Adds or removes a ban exception; users who match a mask on the exempt list are able to join a channel even if they also match an entry on the ban list. |
|
||||
| `i`: | When enabled, users need to be invited into the channel or have a matching entry in the invite list. |
|
||||
| `I <mask>`: | Adds or removes an invite; users who match a mask on the invite list are able to join even if the channel is set to invite only. |
|
||||
| `k <key>`: | Adds or removes a channel key, aka a password; users will not be able to join the channel without providing the key. |
|
||||
| `l <count>`: | Adds, removes or updates the maximum amount of users that may join the channel. |
|
||||
| `m`: | When enabled, users who are not opped or voiced cannot send messages to the channel. |
|
||||
| `n`: | When enabled, users who are not on the channel cannot send messages to it. |
|
||||
| `p`: | When enabled, the channel will not be displayed in your WHOIS output. |
|
||||
| `s`: | When enabled, the channel will not be displayed in the LIST output. |
|
||||
| `t`: | When enabled, users who are not opped or voices cannot modify the channel topic. |
|
||||
| `o <nickname>`: | Adds or removes the operator status from a nickname. |
|
||||
| `v <nickname>`: | Adds or removes the voice status from a nickname. |
|
||||
|
||||
Some common user modes are:
|
||||
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| `i`: | When enabled, other users will not be able to see you on a WHO output unless they are in the channel themselves. |
|
||||
| `w`: | When enabled, you will receive WALLOP messages from IRC operators. |
|
||||
| `s`: | When enabled, you will receive special notices or debug messages from the server. |
|
||||
|
||||
Many networks have additional user and channel modes; we highly recommend
|
||||
you to read the documentation of the networks you frequently connect to and
|
||||
maximize your IRC experience.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/MODE #irssi +o mike
|
||||
/MODE #irssi -o+iI mike mike!*@*.irssi.org
|
||||
/MODE +b mike!*@*.irssi.org
|
||||
/MODE -o mike
|
||||
/MODE +impsnkl secret_hideout 100
|
||||
/MODE mike +iw
|
||||
|
||||
## See also ##
|
||||
[BAN](/documentation/help/1.0/ban), [DEOP](/documentation/help/1.0/deop), [DEVOICE](/documentation/help/1.0/devoice), [OP](/documentation/help/1.0/op), [UNBAN](/documentation/help/1.0/unban), [VOICE](/documentation/help/1.0/voice)
|
||||
|
39
_sources/documentation/help/1.0/motd.md.txt
Normal file
39
_sources/documentation/help/1.0/motd.md.txt
Normal file
@ -0,0 +1,39 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# motd
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/motd.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:4ch"><code><span class="synB">MOTD</span> <span class="syn10">[<span class="syn09"><server></span>|<span class="syn09"><nick></span>]</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
The server or the server the target nickname is on; if no parameter is
|
||||
given, the active server will be used.
|
||||
|
||||
## Description ##
|
||||
|
||||
Displays the welcome message of an IRC server.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/MOTD
|
||||
/MOTD orwel.freenode.org
|
||||
/MOTD bob
|
||||
|
||||
## See also ##
|
||||
[ADMIN](/documentation/help/1.0/admin), [INFO](/documentation/help/1.0/info), [LINKS](/documentation/help/1.0/links), [MAP](/documentation/help/1.0/map)
|
||||
|
48
_sources/documentation/help/1.0/msg.md.txt
Normal file
48
_sources/documentation/help/1.0/msg.md.txt
Normal file
@ -0,0 +1,48 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# msg
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/msg.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/core/chat-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:3ch"><code><span class="synB">MSG</span> <span class="syn10">[<span class="syn">-</span><span class="syn09"><server tag></span>]</span> <span class="syn10">[<span class="syn">-channel</span> | <span class="syn">-nick</span>]</span> <span class="synB">*</span>|<span class="synB05"><targets></span> <span class="synB05"><message></span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| `-<server tag>`: | The server tag the targets are on. |
|
||||
| `-channel`: | Indicates that the target is a channel. |
|
||||
| `-nick`: | Indicates that the target is a nickname. |
|
||||
|
||||
The target nickname or channel and the message to send.
|
||||
|
||||
Use the wildcard character '*' if you want to use the active nickname or
|
||||
channel.
|
||||
|
||||
## Description ##
|
||||
|
||||
Sends a message to a nickname or channel.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/MSG mike Hi, what's up?
|
||||
/MSG #irssi I am awesome :)
|
||||
/MSG * Do you want to build a snowman?
|
||||
|
||||
## See also ##
|
||||
[ACTION](/documentation/help/1.0/action), [DCC](/documentation/help/1.0/dcc), [JOIN](/documentation/help/1.0/join)
|
||||
|
47
_sources/documentation/help/1.0/names.md.txt
Normal file
47
_sources/documentation/help/1.0/names.md.txt
Normal file
@ -0,0 +1,47 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# names
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/names.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-common/core/fe-channels.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:5ch"><code><span class="synB">NAMES</span> <span class="syn10">[<span class="syn">-count</span> | <span class="syn">-ops</span> <span class="syn">-halfops</span> <span class="syn">-voices</span> <span class="syn">-normal</span>]</span> <span class="syn10">[<span class="syn09"><channels></span> | <span class="syn">**</span>]</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| `-count`: | Displays the amount of users in the channel. |
|
||||
| `-ops`: | Displays the channel operators. |
|
||||
| `-halfops`: | Displays the channel demi-operators. |
|
||||
| `-voices`: | Displays the users who are voiced in a channel. |
|
||||
|
||||
The channels to report or ** for all channels you have joined; if no
|
||||
arguments are given, the users in the active channel will be displayed.
|
||||
|
||||
## Description ##
|
||||
|
||||
Displays the users who are in a channel; you can provide multiple channels
|
||||
by separating them with a comma.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/NAMES -ops
|
||||
/NAMES -voices #irssi,#freenode
|
||||
|
||||
## See also ##
|
||||
[JOIN](/documentation/help/1.0/join), [PART](/documentation/help/1.0/part), [WHO](/documentation/help/1.0/who), [WHOIS](/documentation/help/1.0/whois)
|
||||
|
38
_sources/documentation/help/1.0/nctcp.md.txt
Normal file
38
_sources/documentation/help/1.0/nctcp.md.txt
Normal file
@ -0,0 +1,38 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# nctcp
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/nctcp.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:5ch"><code><span class="synB">NCTCP</span> <span class="synB05"><targets></span> <span class="synB05"><ctcp command></span> <span class="syn10">[<span class="syn09"><ctcp data></span>]</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
A target nickname or channel, a command and the data.
|
||||
|
||||
## Description ##
|
||||
|
||||
Sends a CTCP reply to a nickname or channel; you can provide multiple
|
||||
targets by separating them with a comma.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/NCTCP #irssi VERSION King of the Jungle v1.0
|
||||
/NCTCP bob,#freenode USERINFO I am bob :p
|
||||
|
||||
## See also ##
|
||||
[CTCP](/documentation/help/1.0/ctcp)
|
||||
|
33
_sources/documentation/help/1.0/netsplit.md.txt
Normal file
33
_sources/documentation/help/1.0/netsplit.md.txt
Normal file
@ -0,0 +1,33 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# netsplit
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/netsplit.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-common/irc/fe-netsplit.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:-2ch"><code><span class="synB">NETSPLIT</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Description ##
|
||||
|
||||
Displays some information about users who are currently lost in one or
|
||||
more net splits.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/NETSPLIT
|
||||
|
||||
## See also ##
|
||||
[JOIN](/documentation/help/1.0/join), [LINKS](/documentation/help/1.0/links), [MAP](/documentation/help/1.0/map), [PART](/documentation/help/1.0/part)
|
||||
|
81
_sources/documentation/help/1.0/network.md.txt
Normal file
81
_sources/documentation/help/1.0/network.md.txt
Normal file
@ -0,0 +1,81 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# network
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/network.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-common/irc/fe-ircnet.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:10ch"><code><span class="synB">NETWORK</span> <span class="synB">ADD</span>|<span class="synB">MODIFY</span> <span class="syn10">[<span class="syn">-nick</span> <span class="syn09"><nick></span>]</span> <span class="syn10">[<span class="syn">-user</span> <span class="syn09"><user></span>]</span> <span class="syn10">[<span class="syn">-realname</span> <span class="syn09"><name></span>]</span> <span class="syn10">[<span class="syn">-host</span> <span class="syn09"><host></span>]</span> <span class="syn10">[<span class="syn">-usermode</span> <span class="syn09"><mode></span>]</span> <span class="syn10">[<span class="syn">-autosendcmd</span> <span class="syn09"><cmd></span>]</span> <span class="syn10">[<span class="syn">-querychans</span> <span class="syn09"><count></span>]</span> <span class="syn10">[<span class="syn">-whois</span> <span class="syn09"><count></span>]</span> <span class="syn10">[<span class="syn">-msgs</span> <span class="syn09"><count></span>]</span> <span class="syn10">[<span class="syn">-kicks</span> <span class="syn09"><count></span>]</span> <span class="syn10">[<span class="syn">-modes</span> <span class="syn09"><count></span>]</span> <span class="syn10">[<span class="syn">-cmdspeed</span> <span class="syn09"><ms></span>]</span> <span class="syn10">[<span class="syn">-cmdmax</span> <span class="syn09"><count></span>]</span> <span class="syn10">[<span class="syn">-sasl_mechanism</span> <span class="syn09"><mechanism></span>]</span> <span class="syn10">[<span class="syn">-sasl_username</span> <span class="syn09"><username></span>]</span> <span class="syn10">[<span class="syn">-sasl_password</span> <span class="syn09"><password></span>]</span> <span class="synB05"><name></span></code></pre></div>
|
||||
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:14ch"><code><span class="synB">NETWORK</span> <span class="synB">REMOVE</span> <span class="synB05"><network></span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| `LIST`: | Displays the list of configured networks. |
|
||||
| `ADD`: | Adds a network to your configuration. |
|
||||
| `MODIFY`: | Modifies a network in your configuration. |
|
||||
| `REMOVE`: | Removes a network from your configuration. |
|
||||
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| `-nick`: | Specifies the nickname to use. |
|
||||
| `-user`: | Specifies the user identity to use. |
|
||||
| `-realname`: | Specifies the real name to use. |
|
||||
| `-host`: | Specifies the hostname to use. |
|
||||
| `-usermode`: | Specifies the user modes to set on yourself. |
|
||||
| `-autosendcmd`: | Specifies the commands, separated by the ';' character, and enclosed within two "'" characters, to perform after connecting. |
|
||||
| `-querychans`: | Specifies the maximum number of channels to put in one MODE or WHO command when synchronizing. |
|
||||
| `-whois`: | Specifies the maximum number of nicknames in one WHOIS command. |
|
||||
| `-msgs`: | Specifies the maximum number of nicknames in one PRIVMSG command. |
|
||||
| `-kicks`: | Specifies the maximum number of nicknames in one KICK command. |
|
||||
| `-modes`: | Specifies the maximum number of nicknames in one MODE command. |
|
||||
| `-cmdspeed`: | Specifies the minimum amount of time, expressed in milliseconds, that the client must wait before sending additional commands to the server. |
|
||||
| `-cmdmax`: | Specifies the maximum number of commands to perform before starting the internal flood protection. |
|
||||
| `-sasl_mechanism` | Specifies the mechanism to use for the SASL authentication. At the moment irssi only supports the 'plain' and the 'external' mechanisms. Use '' to disable the authentication. |
|
||||
| `-sasl_username` | Specifies the username to use during the SASL authentication. |
|
||||
| `-sasl_password` | Specifies the password to use during the SASL authentication. |
|
||||
|
||||
|
||||
The name of the network to add, edit or remove; if no parameter is given,
|
||||
the list of networks will be displayed.
|
||||
|
||||
## Description ##
|
||||
|
||||
Displays, adds, modifies or removes the network configuration of IRC
|
||||
networks.
|
||||
|
||||
When using the ADD parameter on a network that already exists, the
|
||||
configuration will be merged with each other.
|
||||
|
||||
We recommend using 'WAIT 2000' between the automated commands in order to
|
||||
prevent you from being kicked from the network due to flooding commands.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/NETWORK ADD -usermode +giw EFnet
|
||||
/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 Q@CServe.quakenet.org AUTH mike WzerT8zq; WAIT 2000; OPER mike WzerT8zq; WAIT 2000; MODE mike +kXP' Quakenet
|
||||
/NETWORK MODIFY -usermode +gi EFnet
|
||||
/NETWORK REMOVE Freenode
|
||||
|
||||
## See also ##
|
||||
[CHANNEL](/documentation/help/1.0/channel), [CONNECT](/documentation/help/1.0/connect), [SERVER](/documentation/help/1.0/server)
|
||||
|
37
_sources/documentation/help/1.0/nick.md.txt
Normal file
37
_sources/documentation/help/1.0/nick.md.txt
Normal file
@ -0,0 +1,37 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# nick
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/nick.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:4ch"><code><span class="synB">NICK</span> <span class="synB05"><new nick></span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
Your new nickname.
|
||||
|
||||
## Description ##
|
||||
|
||||
Changes your nickname on the active server.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/NICK mike
|
||||
/NICK bob
|
||||
|
||||
## See also ##
|
||||
[CONNECT](/documentation/help/1.0/connect), [JOIN](/documentation/help/1.0/join), [MSG](/documentation/help/1.0/msg), [PART](/documentation/help/1.0/part)
|
||||
|
40
_sources/documentation/help/1.0/notice.md.txt
Normal file
40
_sources/documentation/help/1.0/notice.md.txt
Normal file
@ -0,0 +1,40 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# notice
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/notice.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:6ch"><code><span class="synB">NOTICE</span> <span class="synB05"><targets></span> <span class="synB05"><message></span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
The targets and the message to notify.
|
||||
|
||||
## Description ##
|
||||
|
||||
Sends a notice to the target nickname or channel; these are often used in
|
||||
automated bots or scripts.
|
||||
|
||||
You can provide multiple targets by separating them with a comma.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/NOTICE mike You sir, are just awesome!
|
||||
/NOTICE bob,#irssi Fish go blub :p
|
||||
|
||||
## See also ##
|
||||
[CTCP](/documentation/help/1.0/ctcp), [MSG](/documentation/help/1.0/msg), [NCTCP](/documentation/help/1.0/nctcp)
|
||||
|
49
_sources/documentation/help/1.0/notify.md.txt
Normal file
49
_sources/documentation/help/1.0/notify.md.txt
Normal file
@ -0,0 +1,49 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# notify
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/notify.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/notifylist/notify-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:6ch"><code><span class="synB">NOTIFY</span> <span class="syn10">[<span class="syn">-away</span>]</span> <span class="synB05"><mask></span> <span class="syn10">[<span class="syn09"><ircnets></span>]</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| `-away`: | Notifies you if the target modifies its away status. |
|
||||
| `-list`: | Displays the list of notifications. |
|
||||
|
||||
The nickname or mask to get a notification for; if no arguments are given,
|
||||
the current matching notifications will be displayed.
|
||||
|
||||
You may also provide the network that the target must be on.
|
||||
|
||||
## Description ##
|
||||
|
||||
Notifies you when a nickname or users matching a host on the notification
|
||||
list comes online or offline.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/NOTIFY -list
|
||||
/NOTIFY -away mike
|
||||
/NOTIFY bob
|
||||
/NOTIFY *!*@staff.irssi.org
|
||||
|
||||
## See also ##
|
||||
[AWAY](/documentation/help/1.0/away), [HILIGHT](/documentation/help/1.0/hilight), [UNNOTIFY](/documentation/help/1.0/unnotify)
|
||||
|
40
_sources/documentation/help/1.0/op.md.txt
Normal file
40
_sources/documentation/help/1.0/op.md.txt
Normal file
@ -0,0 +1,40 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# op
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/op.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/modes.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:2ch"><code><span class="synB">OP</span> <span class="synB05"><nicks></span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
A list of nicknames to op.
|
||||
|
||||
## Description ##
|
||||
|
||||
Grants the channel operator privileges to the given nicknames; you may use
|
||||
the wildcard character '*' in a nickname.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/OP mike
|
||||
/OP bob sarah
|
||||
/OP jo*n
|
||||
/OP *
|
||||
|
||||
## See also ##
|
||||
[DEOP](/documentation/help/1.0/deop), [DEVOICE](/documentation/help/1.0/devoice), [KICK](/documentation/help/1.0/kick), [MODE](/documentation/help/1.0/mode), [VOICE](/documentation/help/1.0/voice)
|
||||
|
38
_sources/documentation/help/1.0/oper.md.txt
Normal file
38
_sources/documentation/help/1.0/oper.md.txt
Normal file
@ -0,0 +1,38 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# oper
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/oper.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:4ch"><code><span class="synB">OPER</span> <span class="syn10">[<span class="syn09"><nick></span> <span class="syn14">[<span class="syn13"><password></span>]</span>]</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
The username and password to identify yourself as an IRC operator; if no
|
||||
password is given, you will be prompted to enter one.
|
||||
|
||||
## Description ##
|
||||
|
||||
Grants you the IRC operator status.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/OPER bob
|
||||
/OPER mike WzerT8zq
|
||||
|
||||
## See also ##
|
||||
[DIE](/documentation/help/1.0/die), [KILL](/documentation/help/1.0/kill)
|
||||
|
37
_sources/documentation/help/1.0/part.md.txt
Normal file
37
_sources/documentation/help/1.0/part.md.txt
Normal file
@ -0,0 +1,37 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# part
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/part.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:4ch"><code><span class="synB">PART</span> <span class="syn10">[<span class="syn09"><channels></span>]</span> <span class="syn10">[<span class="syn09"><message></span>]</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
The channels, separated by a comma, to leave and the message to advertise.
|
||||
|
||||
## Description ##
|
||||
|
||||
Leaves the given channels.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/PART #irssi
|
||||
/PART #freenode,#irssi
|
||||
|
||||
## See also ##
|
||||
[JOIN](/documentation/help/1.0/join), [KICK](/documentation/help/1.0/kick)
|
||||
|
39
_sources/documentation/help/1.0/ping.md.txt
Normal file
39
_sources/documentation/help/1.0/ping.md.txt
Normal file
@ -0,0 +1,39 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# ping
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/ping.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:4ch"><code><span class="synB">PING</span> <span class="syn10">[<span class="syn09"><nick></span> | <span class="syn09"><channel></span> | <span class="syn">*</span>]</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
The nickname or channel to ping, you can use the asterisk '*' character to
|
||||
ping every user on a channel.
|
||||
|
||||
## Description ##
|
||||
|
||||
Sends a CTCP PING request to a nickname or a channel; this is used to find
|
||||
out the latency on the network.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/PING bob
|
||||
/PING #irssi
|
||||
|
||||
## See also ##
|
||||
[CTCP](/documentation/help/1.0/ctcp), [MSG](/documentation/help/1.0/msg)
|
||||
|
44
_sources/documentation/help/1.0/query.md.txt
Normal file
44
_sources/documentation/help/1.0/query.md.txt
Normal file
@ -0,0 +1,44 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# query
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/query.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-common/core/fe-queries.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:5ch"><code><span class="synB">QUERY</span> <span class="syn10">[<span class="syn">-window</span>]</span> <span class="syn10">[<span class="syn">-</span><span class="syn09"><server tag></span>]</span> <span class="synB05"><nick></span> <span class="syn10">[<span class="syn09"><message></span>]</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| `-window`: | Uses the active window instead of opening a new one. |
|
||||
| `-<server tag>`: | The server tag the target nickname is on. |
|
||||
|
||||
The nickname to query and the message.
|
||||
|
||||
## Description ##
|
||||
|
||||
Starts a private conversation with a nickname.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/QUERY mike
|
||||
/QUERY -freenode bob
|
||||
/QUERY -freenode -window sarah
|
||||
|
||||
## See also ##
|
||||
[MSG](/documentation/help/1.0/msg), [UNQUERY](/documentation/help/1.0/unquery), [WINDOW](/documentation/help/1.0/window)
|
||||
|
38
_sources/documentation/help/1.0/quit.md.txt
Normal file
38
_sources/documentation/help/1.0/quit.md.txt
Normal file
@ -0,0 +1,38 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# quit
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/quit.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/core/chat-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:4ch"><code><span class="synB">QUIT</span> <span class="syn10">[<span class="syn09"><message></span>]</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
The message to advertise.
|
||||
|
||||
## Description ##
|
||||
|
||||
Terminates the application and advertises the given message on all the
|
||||
networks you are connected to.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/QUIT
|
||||
/QUIT <@cartman> Screw you guys, I'm going home!
|
||||
|
||||
## See also ##
|
||||
[DISCONNECT](/documentation/help/1.0/disconnect)
|
||||
|
37
_sources/documentation/help/1.0/quote.md.txt
Normal file
37
_sources/documentation/help/1.0/quote.md.txt
Normal file
@ -0,0 +1,37 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# quote
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/quote.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:5ch"><code><span class="synB">QUOTE</span> <span class="synB05"><data></span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
The text to send to the IRC server.
|
||||
|
||||
## Description ##
|
||||
|
||||
Sends raw data to the server without any parsing.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/QUOTE PRIVMSG mike :Hey, this works!
|
||||
/QUOTE OPERWALL :Meow!
|
||||
|
||||
## See also ##
|
||||
[CONNECT](/documentation/help/1.0/connect), [DISCONNECT](/documentation/help/1.0/disconnect), [JOIN](/documentation/help/1.0/join), [MSG](/documentation/help/1.0/msg), [PART](/documentation/help/1.0/part)
|
||||
|
52
_sources/documentation/help/1.0/rawlog.md.txt
Normal file
52
_sources/documentation/help/1.0/rawlog.md.txt
Normal file
@ -0,0 +1,52 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# rawlog
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/rawlog.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/core/rawlog.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:11ch"><code><span class="synB">RAWLOG</span> <span class="synB">SAVE</span> <span class="synB05"><file></span></code></pre></div>
|
||||
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:11ch"><code><span class="synB">RAWLOG</span> <span class="synB">OPEN</span> <span class="synB05"><file></span></code></pre></div>
|
||||
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:-2ch"><code><span class="synB">RAWLOG</span> <span class="synB">CLOSE</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| `SAVE`: | Saves the raw server buffer into a file. |
|
||||
| `OPEN`: | Opens a log file and start logging all raw data. |
|
||||
| `CLOSE`: | Closes the log file |
|
||||
|
||||
The filename to store the raw data into.
|
||||
|
||||
## Description ##
|
||||
|
||||
Saves all the raw data that is received from and transmitted to the active
|
||||
server into a log file.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/RAWLOG SAVE ~/server.log
|
||||
/RAWLOG OPEN ~/debug.log
|
||||
/RAWLOG CLOSE
|
||||
|
||||
## See also ##
|
||||
[LOG](/documentation/help/1.0/log)
|
||||
|
65
_sources/documentation/help/1.0/recode.md.txt
Normal file
65
_sources/documentation/help/1.0/recode.md.txt
Normal file
@ -0,0 +1,65 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# recode
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/recode.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-common/core/fe-recode.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:5ch"><code><span class="synB">RECODE</span></code></pre></div>
|
||||
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:10ch"><code><span class="synB">RECODE</span> <span class="synB">ADD</span> <span class="syn10">[<span class="syn14">[<span class="syn13"><tag></span><span class="synB">/</span>]</span><span class="syn09"><target></span>]</span> <span class="synB05"><charset></span></code></pre></div>
|
||||
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:13ch"><code><span class="synB">RECODE</span> <span class="synB">REMOVE</span> <span class="syn10">[<span class="syn09"><target></span>]</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| `ADD`: | Adds an entry into the conversion database. |
|
||||
| `REMOVE`: | Removes an entry from the conversion database. |
|
||||
|
||||
The network tag and channel or nickname to add or remove; if no target is
|
||||
given, the active nickname or channel will be used.
|
||||
|
||||
## Description ##
|
||||
|
||||
Recodes the data transmitted to and received from nicknames and channels
|
||||
into a specific charset.
|
||||
|
||||
To get a list of supported charsets on your system, you can generally use
|
||||
the 'iconv -l' command.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/RECODE
|
||||
/RECODE ADD Freenode/mike utf-8
|
||||
/RECODE ADD #korea euc-kr
|
||||
/RECODE REMOVE #korea
|
||||
|
||||
## Special Examples ##
|
||||
|
||||
/SET term_charset utf-8
|
||||
/SET recode_fallback ISO-8859-15
|
||||
/SET recode_out_default_charset ISO-8859-15
|
||||
|
||||
/TOGGLE recode_transliterate
|
||||
/TOGGLE recode_autodetect_utf8
|
||||
|
||||
## See also ##
|
||||
[CONNECT](/documentation/help/1.0/connect), [MSG](/documentation/help/1.0/msg), [NETWORK](/documentation/help/1.0/network), [SERVER](/documentation/help/1.0/server)
|
||||
|
39
_sources/documentation/help/1.0/reconnect.md.txt
Normal file
39
_sources/documentation/help/1.0/reconnect.md.txt
Normal file
@ -0,0 +1,39 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# reconnect
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/reconnect.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/core/servers-reconnect.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:9ch"><code><span class="synB">RECONNECT</span> <span class="synB05"><tag></span> <span class="syn10">[<span class="syn09"><quit message></span>]</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
The network tag and message to advertise; if no arguments are given, the
|
||||
active server and default message will be used.
|
||||
|
||||
## Description ##
|
||||
|
||||
Disconnect and reconnect from a network.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/RECONNECT
|
||||
/RECONNECT Freenode
|
||||
/RECONNECT EFnet BRB :)
|
||||
|
||||
## See also ##
|
||||
[CONNECT](/documentation/help/1.0/connect), [DISCONNECT](/documentation/help/1.0/disconnect), [NETWORK](/documentation/help/1.0/network), [RMRECONNS](/documentation/help/1.0/rmreconns), [SERVER](/documentation/help/1.0/server)
|
||||
|
38
_sources/documentation/help/1.0/rehash.md.txt
Normal file
38
_sources/documentation/help/1.0/rehash.md.txt
Normal file
@ -0,0 +1,38 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# rehash
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/rehash.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:6ch"><code><span class="synB">REHASH</span> <span class="syn10">[<span class="syn09"><option></span>]</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
The raw parameters to send to the server, if no arguments are given, none
|
||||
will be sent to the server.
|
||||
|
||||
## Description ##
|
||||
|
||||
Reloads the configuration of the IRC server you are are connected to; this
|
||||
command is restricted to IRC operators.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/REHASH
|
||||
|
||||
## See also ##
|
||||
[DIE](/documentation/help/1.0/die), [KILL](/documentation/help/1.0/kill), [OPER](/documentation/help/1.0/oper)
|
||||
|
38
_sources/documentation/help/1.0/reload.md.txt
Normal file
38
_sources/documentation/help/1.0/reload.md.txt
Normal file
@ -0,0 +1,38 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# reload
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/reload.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-common/core/fe-settings.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:6ch"><code><span class="synB">RELOAD</span> <span class="syn10">[<span class="syn09"><file></span>]</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
The filename of any Irssi configuration; if no parameter is given, the
|
||||
active configuration file will be used.
|
||||
|
||||
## Description ##
|
||||
|
||||
Reloads the Irssi configuration file.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/RELOAD
|
||||
/RELOAD ~/test.irssi.conf
|
||||
|
||||
## See also ##
|
||||
[SAVE](/documentation/help/1.0/save)
|
||||
|
33
_sources/documentation/help/1.0/restart.md.txt
Normal file
33
_sources/documentation/help/1.0/restart.md.txt
Normal file
@ -0,0 +1,33 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# restart
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/restart.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:-2ch"><code><span class="synB">RESTART</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Description ##
|
||||
|
||||
Restarts the active IRC server; this command is restricted to IRC
|
||||
administrators.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/RESTART
|
||||
|
||||
## See also ##
|
||||
[DIE](/documentation/help/1.0/die), [KILL](/documentation/help/1.0/kill), [OPER](/documentation/help/1.0/oper), [REHASH](/documentation/help/1.0/rehash)
|
||||
|
32
_sources/documentation/help/1.0/rmreconns.md.txt
Normal file
32
_sources/documentation/help/1.0/rmreconns.md.txt
Normal file
@ -0,0 +1,32 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# rmreconns
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/rmreconns.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/core/servers-reconnect.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:-2ch"><code><span class="synB">RMRECONNS</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Description ##
|
||||
|
||||
Removes all active and pending reconnections.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/RMRECONNS
|
||||
|
||||
## See also ##
|
||||
[CONNECT](/documentation/help/1.0/connect), [DISCONNECT](/documentation/help/1.0/disconnect), [NETWORK](/documentation/help/1.0/network), [SERVER](/documentation/help/1.0/server)
|
||||
|
28
_sources/documentation/help/1.0/rmrejoins.md.txt
Normal file
28
_sources/documentation/help/1.0/rmrejoins.md.txt
Normal file
@ -0,0 +1,28 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# rmrejoins
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/rmrejoins.in
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
|
||||
## Description ##
|
||||
|
||||
Removes all active and pending join requests.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/RMREJOINS
|
||||
|
||||
## See also ##
|
||||
[JOIN](/documentation/help/1.0/join), [PART](/documentation/help/1.0/part)
|
||||
|
44
_sources/documentation/help/1.0/save.md.txt
Normal file
44
_sources/documentation/help/1.0/save.md.txt
Normal file
@ -0,0 +1,44 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# save
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/save.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-common/core/fe-settings.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:4ch"><code><span class="synB">SAVE</span> <span class="syn10">[<span class="syn09"><file></span>]</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| `-formats`: | Saves all the formats into the theme file. |
|
||||
|
||||
The file to save the configuration or theme into; if no parameter is given,
|
||||
the active configuration or theme file will be used.
|
||||
|
||||
## Description ##
|
||||
|
||||
Saves the configuration file.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/SAVE
|
||||
/SAVE -formats
|
||||
/SAVE ~/.irssi/config-new
|
||||
|
||||
## See also ##
|
||||
[RELOAD](/documentation/help/1.0/reload), [SET](/documentation/help/1.0/set)
|
||||
|
42
_sources/documentation/help/1.0/sconnect.md.txt
Normal file
42
_sources/documentation/help/1.0/sconnect.md.txt
Normal file
@ -0,0 +1,42 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# sconnect
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/sconnect.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:8ch"><code><span class="synB">SCONNECT</span> <span class="synB05"><new server></span> <span class="syn10">[<span class="syn14">[<span class="syn13"><port></span>]</span> <span class="syn09"><existing server></span>]</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
The server to connect to, the connection port and the remote server that
|
||||
initiates the connection attempt.
|
||||
|
||||
If no remote server is given, the server you are currently connected to will
|
||||
be used.
|
||||
|
||||
## Description ##
|
||||
|
||||
Connect a server to the IRC network; this command is restricted to IRC
|
||||
operators.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/SCONNECT ircsource.irssi.org
|
||||
/SCONNECT ircsource.irssi.org 6667 be.hub
|
||||
|
||||
## See also ##
|
||||
[DIE](/documentation/help/1.0/die), [KILL](/documentation/help/1.0/kill), [OPER](/documentation/help/1.0/oper), [RESTART](/documentation/help/1.0/restart), [SQUIT](/documentation/help/1.0/squit)
|
||||
|
48
_sources/documentation/help/1.0/script.md.txt
Normal file
48
_sources/documentation/help/1.0/script.md.txt
Normal file
@ -0,0 +1,48 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# script
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/script.in
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| `LIST`: | Displays the list of loaded scripts. |
|
||||
| `EXEC`: | Executes the given code. |
|
||||
| `LOAD`: | Loads the given script into the memory and executes it. |
|
||||
| `UNLOAD`: | Unloads the given script from the memory. |
|
||||
| `RESET`: | Unloads all the scripts. |
|
||||
| `-permanent`: | In combination with EXEC, the code will be loaded into the memory. |
|
||||
| `-autorun`: | When passed to RESET the scripts in the autorun folder are reloaded. |
|
||||
|
||||
If no argument is given, the list of active scripts will be displayed.
|
||||
|
||||
## Description ##
|
||||
|
||||
Interact with the Perl engine to execute scripts.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/SCRIPT
|
||||
/SCRIPT LIST
|
||||
/SCRIPT LOAD ~/.irssi/scripts/nickserv.pl
|
||||
/SCRIPT UNLOAD nickserv
|
||||
/SCRIPT RESET
|
||||
/SCRIPT EXEC foreach my $channel (Irssi::channels()) { Irssi::print($channel->{name} . ' @ ' . $channel->{server}->{tag}); }
|
||||
|
||||
## See also ##
|
||||
[LOAD](/documentation/help/1.0/load), [SAVE](/documentation/help/1.0/save), [UNLOAD](/documentation/help/1.0/unload)
|
||||
|
71
_sources/documentation/help/1.0/scrollback.md.txt
Normal file
71
_sources/documentation/help/1.0/scrollback.md.txt
Normal file
@ -0,0 +1,71 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# scrollback
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/scrollback.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-text/textbuffer-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:16ch"><code><span class="synB">SCROLLBACK</span> <span class="synB">CLEAR</span> <span class="syn10">[<span class="syn">-all</span>]</span> <span class="syn10">[<span class="syn09"><refnum></span>]</span></code></pre></div>
|
||||
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:21ch"><code><span class="synB">SCROLLBACK</span> <span class="synB">LEVELCLEAR</span> <span class="syn10">[<span class="syn">-all</span>]</span> <span class="syn10">[<span class="syn">-level</span> <span class="syn09"><level></span>]</span> <span class="syn10">[<span class="syn09"><refnum></span>]</span></code></pre></div>
|
||||
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:15ch"><code><span class="synB">SCROLLBACK</span> <span class="synB">GOTO</span> <span class="synB05"><+|-linecount></span>|<span class="synB05"><linenum></span>|<span class="synB05"><timestamp></span></code></pre></div>
|
||||
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:14ch"><code><span class="synB">SCROLLBACK</span> <span class="synB">HOME</span></code></pre></div>
|
||||
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:-2ch"><code><span class="synB">SCROLLBACK</span> <span class="synB">END</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| `CLEAR`: | Clears the screen and the buffer of all text. |
|
||||
| `LEVELCLEAR`: | Clears the screen and the buffer of text matching the given levels. |
|
||||
| `GOTO`: | Go to the given position. |
|
||||
| `HOME`: | Go to the start of the buffer. |
|
||||
| `END`: | Go to the end of the buffer. |
|
||||
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| `-all`: | Applies to all windows instead of only the active one. |
|
||||
| `-level`: | The levels, separated by a comma, to match. |
|
||||
|
||||
The line number, timestamp to jump to or the window reference number to
|
||||
clear.
|
||||
|
||||
## Description ##
|
||||
|
||||
Manipulate the text in the window to go to a to the given line number, or
|
||||
clear the buffers.
|
||||
|
||||
The timestamp format is format is '[dd[.mm] | -<days ago>] hh:mi[:ss]'.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/SCROLLBACK CLEAR
|
||||
/SCROLLBACK LEVELCLEAR -level NOTICES
|
||||
/SCROLLBACK GOTO 100
|
||||
/SCROLLBACK HOME
|
||||
/SCROLLBACK END
|
||||
|
||||
## See also ##
|
||||
[CLEAR](/documentation/help/1.0/clear), [WINDOW](/documentation/help/1.0/window)
|
||||
|
108
_sources/documentation/help/1.0/server.md.txt
Normal file
108
_sources/documentation/help/1.0/server.md.txt
Normal file
@ -0,0 +1,108 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# server
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/server.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/core/chat-commands.c
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-common/core/fe-server.c
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-common/irc/fe-irc-server.c
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:6ch"><code><span class="synB">SERVER</span> <span class="syn10">[<span class="syn">-4</span> | <span class="syn">-6</span>]</span> <span class="syn10">[<span class="syn">-ssl</span>]</span> <span class="syn10">[<span class="syn">-ssl_cert</span> <span class="syn09"><cert></span>]</span> <span class="syn10">[<span class="syn">-ssl_pkey</span> <span class="syn09"><pkey></span>]</span> <span class="syn10">[<span class="syn">-ssl_pass</span> <span class="syn09"><password></span>]</span> <span class="syn10">[<span class="syn">-ssl_verify</span>]</span> <span class="syn10">[<span class="syn">-ssl_cafile</span> <span class="syn09"><cafile></span>]</span> <span class="syn10">[<span class="syn">-ssl_capath</span> <span class="syn09"><capath></span>]</span> <span class="syn10">[<span class="syn">-ssl_ciphers</span> <span class="syn09"><list></span>]</span> <span class="syn10">[<span class="syn">-!</span>]</span> <span class="syn10">[<span class="syn">-noautosendcmd</span>]</span> <span class="syn10">[<span class="syn">-noproxy</span>]</span> <span class="syn10">[<span class="syn">-network</span> <span class="syn09"><network></span>]</span> <span class="syn10">[<span class="syn">-host</span> <span class="syn09"><hostname></span>]</span> <span class="syn10">[<span class="syn">-rawlog</span> <span class="syn09"><file></span>]</span> <span class="syn10">[<span class="syn">+</span>]</span><span class="synB05"><address></span>|<span class="synB05"><chatnet></span> <span class="syn10">[<span class="syn09"><port></span> <span class="syn14">[<span class="syn13"><password></span> <span class="syn13">[<span class="syn14"><nick></span>]</span>]</span>]</span></code></pre></div>
|
||||
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:13ch"><code><span class="synB">SERVER</span> <span class="synB">REMOVE</span> <span class="synB05"><address></span> <span class="syn10">[<span class="syn09"><port></span>]</span> <span class="syn10">[<span class="syn09"><network></span>]</span></code></pre></div>
|
||||
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:9ch"><code><span class="synB">SERVER</span> <span class="synB">ADD</span>|<span class="synB">MODIFY</span> <span class="syn10">[<span class="syn">-4</span> | <span class="syn">-6</span>]</span> <span class="syn10">[<span class="syn">-ssl</span>]</span> <span class="syn10">[<span class="syn">-ssl_cert</span> <span class="syn09"><cert></span>]</span> <span class="syn10">[<span class="syn">-ssl_pkey</span> <span class="syn09"><pkey></span>]</span> <span class="syn10">[<span class="syn">-ssl_pass</span> <span class="syn09"><password></span>]</span> <span class="syn10">[<span class="syn">-ssl_verify</span>]</span> <span class="syn10">[<span class="syn">-ssl_cafile</span> <span class="syn09"><cafile></span>]</span> <span class="syn10">[<span class="syn">-ssl_capath</span> <span class="syn09"><capath></span>]</span> <span class="syn10">[<span class="syn">-ssl_ciphers</span> <span class="syn09"><list></span>]</span> <span class="syn10">[<span class="syn">-auto</span> | <span class="syn">-noauto</span>]</span> <span class="syn10">[<span class="syn">-network</span> <span class="syn09"><network></span>]</span> <span class="syn10">[<span class="syn">-host</span> <span class="syn09"><hostname></span>]</span> <span class="syn10">[<span class="syn">-cmdspeed</span> <span class="syn09"><ms></span>]</span> <span class="syn10">[<span class="syn">-cmdmax</span> <span class="syn09"><count></span>]</span> <span class="syn10">[<span class="syn">-port</span> <span class="syn09"><port></span>]</span> <span class="synB05"><address></span> <span class="syn10">[<span class="syn09"><port></span> <span class="syn14">[<span class="syn13"><password></span>]</span>]</span></code></pre></div>
|
||||
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:10ch"><code><span class="synB">SERVER</span> <span class="synB">LIST</span></code></pre></div>
|
||||
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:12ch"><code><span class="synB">SERVER</span> <span class="synB">PURGE</span> <span class="syn10">[<span class="syn09"><target></span>]</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| `LIST`: | Displays the list of servers you are connected to. |
|
||||
| `CONNECT`: | Connects to the given server. |
|
||||
| `ADD`: | Adds a server to your configuration. |
|
||||
| `MODIFY`: | Modifies a server in your configuration. |
|
||||
| `REMOVE`: | Removes a server from your configuration. |
|
||||
| `PURGE`: | Purges the commands queued to be sent to the server. |
|
||||
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| `-!`: | Doesn't autojoin the channels. |
|
||||
| `-4`: | Connects using IPv4. |
|
||||
| `-6`: | Connects using IPv6. |
|
||||
| `-tls`: | Connects using TLS encryption. |
|
||||
| `-tls_cert`: | The TLS client certificate file. |
|
||||
| `-tls_pkey`: | The TLS client private key, if not included in the certificate file. |
|
||||
| `-tls_pass`: | The password for the TLS client private key or certificate. |
|
||||
| `-tls_verify`: | Verifies the TLS certificate of the server. |
|
||||
| `-tls_cafile`: | The file with the list of CA certificates. |
|
||||
| `-tls_capath`: | The directory which contains the CA certificates. |
|
||||
| `-tls_ciphers`: | TLS cipher suite preference lists. |
|
||||
| `-tls_pinned_cert`: | Pinned x509 certificate fingerprint. |
|
||||
| `-tls_pinned_pubkey`: | Pinned public key fingerprint. |
|
||||
| `-auto`: | Automatically connects to the server on startup. |
|
||||
| `-noauto`: | Doesn't connect to the server on startup. |
|
||||
| `-network`: | The network the server belongs to. |
|
||||
| `-host`: | The hostname you would like to connect from. |
|
||||
| `-cmdspeed`: | Specifies the minimum amount of time, expressed in milliseconds, that the client must wait before sending additional commands to the server. |
|
||||
| `-cmdmax`: | Specifies the maximum number of commands to perform before starting the internal flood protection. |
|
||||
| `-port`: | Specifies the port to connect to the server. |
|
||||
| `-noproxy`: | Ignores the global proxy configuration. |
|
||||
| `-rawlog`: | Immediately open rawlog after connecting. |
|
||||
| `-noautosendcmd`: | Doesn't execute autosendcmd. |
|
||||
|
||||
The server, port and network to add, modify or remove; if no argument is
|
||||
given, the list of servers you are connected to will be returned.
|
||||
|
||||
## Description ##
|
||||
|
||||
Displays, adds, modifies or removes the network configuration of IRC
|
||||
servers.
|
||||
|
||||
When using the ADD parameter on a server that already exists, the
|
||||
configuration will be merged with each other.
|
||||
|
||||
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
|
||||
disconnected unless you prepend the server with the '+' character; the same
|
||||
method is applicable to the CONNECT parameter.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/SERVER
|
||||
/SERVER chat.freenode.net
|
||||
/SERVER +chat.freenode.net
|
||||
/SERVER CONNECT chat.freenode.net
|
||||
/SERVER CONNECT +chat.freenode.net
|
||||
/SERVER ADD -network Freenode -noautosendcmd orwell.freenode.net
|
||||
/SERVER ADD -! -auto -host staff.irssi.org -4 -network Freenode -noproxy orwell.freenode.net 6667
|
||||
/SERVER MODIFY -network Freenode -noauto orwell.freenode.net
|
||||
/SERVER REMOVE orwell.freenode.net 6667 Freenode
|
||||
/SERVER PURGE
|
||||
/SERVER PURGE orwell.freenode.net
|
||||
|
||||
## See also ##
|
||||
[CHANNEL](/documentation/help/1.0/channel), [CONNECT](/documentation/help/1.0/connect), [DISCONNECT](/documentation/help/1.0/disconnect), [NETWORK](/documentation/help/1.0/network), [RECONNECT](/documentation/help/1.0/reconnect), [RMRECONNS](/documentation/help/1.0/rmreconns)
|
||||
|
42
_sources/documentation/help/1.0/servlist.md.txt
Normal file
42
_sources/documentation/help/1.0/servlist.md.txt
Normal file
@ -0,0 +1,42 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# servlist
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/servlist.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:8ch"><code><span class="synB">SERVLIST</span> <span class="syn10">[<span class="syn09"><mask></span> <span class="syn14">[<span class="syn13"><type></span>]</span>]</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| `<mask>` | limits the output to the services which names matches the mask. |
|
||||
| `<type>` | limits the output to the services of the specified type. |
|
||||
|
||||
## Description ##
|
||||
|
||||
List the network services currently present on the
|
||||
IRC network.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/SERVLIST *@javairc.*
|
||||
/SERVLIST * 0xD000
|
||||
|
||||
## See also ##
|
||||
[SQUERY](/documentation/help/1.0/squery)
|
||||
|
53
_sources/documentation/help/1.0/set.md.txt
Normal file
53
_sources/documentation/help/1.0/set.md.txt
Normal file
@ -0,0 +1,53 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# set
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/set.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-common/core/fe-settings.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:3ch"><code><span class="synB">SET</span> <span class="syn10">[<span class="syn">-clear</span> | <span class="syn">-default</span>]</span> <span class="syn10">[<span class="syn09"><key></span> <span class="syn14">[<span class="syn13"><value></span>]</span>]</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| `-clear`: | Removes the setting's value from the configuration. |
|
||||
| `-default`: | Restore the setting to its default value. |
|
||||
|
||||
The setting and the value; if no value is given, the list of settings that
|
||||
matched will be returned. If no arguments are given, all the settings will
|
||||
be displayed.
|
||||
|
||||
## Description ##
|
||||
|
||||
Modifies the value of a setting; boolean settings accept only ON, OFF and
|
||||
TOGGLE.
|
||||
|
||||
Please remember that you need to use the SAVE command to store the changes
|
||||
into your configuration.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/SET
|
||||
/SET nick mike
|
||||
/SET -clear nick
|
||||
/SET log_timestamp %H:%H:%S
|
||||
/SET -default log_timestamp
|
||||
/SET close
|
||||
|
||||
## See also ##
|
||||
[SAVE](/documentation/help/1.0/save), [TOGGLE](/documentation/help/1.0/toggle)
|
||||
|
49
_sources/documentation/help/1.0/silence.md.txt
Normal file
49
_sources/documentation/help/1.0/silence.md.txt
Normal file
@ -0,0 +1,49 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# silence
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/silence.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:7ch"><code><span class="synB">SILENCE</span> <span class="syn10">[<span class="syn14">[<span class="synB">+</span>|<span class="synB">-</span>]</span><span class="syn09"><nick!user@host></span>]</span></code></pre></div>
|
||||
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:7ch"><code><span class="synB">SILENCE</span> <span class="syn10">[<span class="syn09"><nick></span>]</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
The nickname or hostname to silence; you must prepend it by the '+' or '-'
|
||||
character to indicate whether the entry should be added or removed.
|
||||
|
||||
If no arguments are given, the list of silence entries will be displayed.
|
||||
|
||||
## Description ##
|
||||
|
||||
Manages the server side ignore list; users or hostnames that match an entry
|
||||
on the list are not able to send you any messages or invites.
|
||||
|
||||
This command does not work on all IRC networks.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/SILENCE
|
||||
/SILENCE +mike
|
||||
/SILENCE -mike
|
||||
/SILENCE +*!*@*.irssi.org
|
||||
/SILENCE -*!*@*.irssi.org
|
||||
|
||||
## See also ##
|
||||
[ACCEPT](/documentation/help/1.0/accept), [IGNORE](/documentation/help/1.0/ignore)
|
||||
|
36
_sources/documentation/help/1.0/squery.md.txt
Normal file
36
_sources/documentation/help/1.0/squery.md.txt
Normal file
@ -0,0 +1,36 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# squery
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/squery.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:6ch"><code><span class="synB">SQUERY</span> <span class="synB05"><service></span> <span class="syn10">[<span class="syn09"><message></span>]</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| `<service>` | - Service nickname or full hostmask of service to query. |
|
||||
| `<message>` | - Message to send to the service. |
|
||||
|
||||
## Description ##
|
||||
|
||||
/SQUERY sends a query to the specified service.
|
||||
|
||||
## See also ##
|
||||
[SERVLIST](/documentation/help/1.0/servlist), [LIST](/documentation/help/1.0/list), [MSG](/documentation/help/1.0/msg)
|
||||
|
37
_sources/documentation/help/1.0/squit.md.txt
Normal file
37
_sources/documentation/help/1.0/squit.md.txt
Normal file
@ -0,0 +1,37 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# squit
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/squit.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:5ch"><code><span class="synB">SQUIT</span> <span class="synB05"><server></span>|<span class="synB05"><mask></span> <span class="synB05"><reason></span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
The server and the disconnect reason.
|
||||
|
||||
## Description ##
|
||||
|
||||
Disconnects a server from the IRC network; this command is restricted to
|
||||
IRC operators.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/SQUIT ircsource.irssi.org I'm fixing a desync!
|
||||
|
||||
## See also ##
|
||||
[DIE](/documentation/help/1.0/die), [OPER](/documentation/help/1.0/oper), [SCONNECT](/documentation/help/1.0/sconnect)
|
||||
|
58
_sources/documentation/help/1.0/stats.md.txt
Normal file
58
_sources/documentation/help/1.0/stats.md.txt
Normal file
@ -0,0 +1,58 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# stats
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/stats.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:5ch"><code><span class="synB">STATS</span> <span class="synB05"><type></span> <span class="syn10">[<span class="syn09"><server></span>]</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
The statistic identifier and the remote server; if no remote server is
|
||||
given, the active server will be used.
|
||||
|
||||
## Description ##
|
||||
|
||||
Displays statistics from the IRC server; some statistics require you to have
|
||||
IRC operators privileges and might differ between IRC networks.
|
||||
|
||||
Common statistics:
|
||||
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| `C`: | Displays the servers the server may connect to. |
|
||||
| `H`: | Displays hub server the server may connect to. |
|
||||
| `K`: | Displays the permanent blacklist of hostnames which are prohibited from connecting to the server. |
|
||||
| `k`: | Displays the temporary blacklist of hostname which are prohibited from connecting to the server. |
|
||||
| `I`: | Displays the list of hostnames which are allowed to connect to the server. |
|
||||
| `L`: | Displays the list of connected users and servers. |
|
||||
| `M`: | Displays the list of commands and how many times they have been issued. |
|
||||
| `O`: | Displays the list of hostnames and users which are allowed to become IRC operators. |
|
||||
| `P`: | Displays the ports the server is listening on. |
|
||||
| `p`: | Displays the IRC operators and their idle time. |
|
||||
| `u`: | Displays the uptime of the server. |
|
||||
| `Y`: | Displays the list of connection groups users are placed into. |
|
||||
| `?`: | Displays information about the utilized bandwidth. |
|
||||
|
||||
## Examples ##
|
||||
|
||||
/STATS p
|
||||
/STATS I ircsource.irssi.org
|
||||
|
||||
## See also ##
|
||||
[MOTD](/documentation/help/1.0/motd), [OPER](/documentation/help/1.0/oper)
|
||||
|
81
_sources/documentation/help/1.0/statusbar.md.txt
Normal file
81
_sources/documentation/help/1.0/statusbar.md.txt
Normal file
@ -0,0 +1,81 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# statusbar
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/statusbar.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-text/statusbar-config.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:9ch"><code><span class="synB">STATUSBAR</span> <span class="synB05"><name></span> <span class="synB">ENABLE</span></code></pre></div>
|
||||
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:9ch"><code><span class="synB">STATUSBAR</span> <span class="synB05"><name></span> <span class="synB">DISABLE</span></code></pre></div>
|
||||
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:9ch"><code><span class="synB">STATUSBAR</span> <span class="synB05"><name></span> <span class="synB">RESET</span></code></pre></div>
|
||||
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:9ch"><code><span class="synB">STATUSBAR</span> <span class="synB05"><name></span> <span class="synB">TYPE</span> <span class="synB">window</span>|<span class="synB">root</span></code></pre></div>
|
||||
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:9ch"><code><span class="synB">STATUSBAR</span> <span class="synB05"><name></span> <span class="synB">PLACEMENT</span> <span class="synB">top</span>|<span class="synB">bottom</span></code></pre></div>
|
||||
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:9ch"><code><span class="synB">STATUSBAR</span> <span class="synB05"><name></span> <span class="synB">POSITION</span> <span class="synB05"><num></span></code></pre></div>
|
||||
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:9ch"><code><span class="synB">STATUSBAR</span> <span class="synB05"><name></span> <span class="synB">VISIBLE</span> <span class="synB">always</span>|<span class="synB">active</span>|<span class="synB">inactive</span></code></pre></div>
|
||||
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:9ch"><code><span class="synB">STATUSBAR</span> <span class="synB05"><name></span> <span class="synB">ADD</span> <span class="syn10">[<span class="syn">-before</span> | <span class="syn">-after</span> <span class="syn09"><item></span>]</span> <span class="syn10">[<span class="syn">-priority</span> <span class="syn">#</span>]</span> <span class="syn10">[<span class="syn">-alignment</span> <span class="syn">left</span>|<span class="syn">right</span>]</span> <span class="synB05"><item></span></code></pre></div>
|
||||
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:9ch"><code><span class="synB">STATUSBAR</span> <span class="synB05"><name></span> <span class="synB">REMOVE</span> <span class="synB05"><item></span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| `ENABLE`: | Adds a statusbar to the list of statusbars. |
|
||||
| `DISABLE`: | Removes a statusbar from the list. Note that for built-in statusbars they can be enabled again should the user wish to add back the default statusbars. |
|
||||
| `RESET`: | Restores the default statusbar configuration. |
|
||||
| `TYPE`: | Sets the type of statusbar, for each split window or only for the current root screen. |
|
||||
| `PLACEMENT`: | Sets the placement of the statusbar, either at the top or the bottom of the screen. |
|
||||
| `POSITION`: | Sets the position of the statusbar. Represented as a number, with 0 implying the first position. |
|
||||
| `VISIBLE`: | Sets the visibility of the statusbar or item. If set to always it is visible on all screens, otherwise if set to inactive or active then it is only visible on inactive or active screens, respectively. |
|
||||
| `ADD`: | Adds an item to the specified statusbar. It can be set to appear before/after another item and left/right aligned to a specified position on the screen. |
|
||||
| `REMOVE`: | Removes an item from the specified statusbar. |
|
||||
|
||||
Where name refers to the name of the statusbar; if no argument is
|
||||
given, the entire list of statusbars will be displayed.
|
||||
|
||||
## Description ##
|
||||
|
||||
Allows adjustment of the attributes and items of a statusbar, as well
|
||||
as where it is located and whether or not it is currently visible.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/STATUSBAR
|
||||
/STATUSBAR window
|
||||
/STATUSBAR window REMOVE time
|
||||
/STATUSBAR window ADD time
|
||||
/STATUSBAR window RESET
|
||||
/STATUSBAR topic DISABLE
|
||||
/STATUSBAR topic ENABLE
|
||||
|
||||
## See also ##
|
||||
[WINDOW](/documentation/help/1.0/window)
|
||||
|
40
_sources/documentation/help/1.0/time.md.txt
Normal file
40
_sources/documentation/help/1.0/time.md.txt
Normal file
@ -0,0 +1,40 @@
|
||||
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||||
:::
|
||||
|
||||
# time
|
||||
|
||||
<!-- comment
|
||||
|
||||
Please submit changes to
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/time.in
|
||||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
|
||||
|
||||
|
||||
endcomment -->
|
||||
|
||||
|
||||
## Syntax ##
|
||||
|
||||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:4ch"><code><span class="synB">TIME</span> <span class="syn10">[<span class="syn09"><server></span>|<span class="syn09"><nick></span>]</span></code></pre></div>
|
||||
|
||||
|
||||
|
||||
## Parameters ##
|
||||
|
||||
The channel or the nickname; if no argument is given, the active server
|
||||
will be used.
|
||||
|
||||
## Description ##
|
||||
|
||||
Displays the local time of a server or the server the target user is
|
||||
connected to.
|
||||
|
||||
## Examples ##
|
||||
|
||||
/TIME
|
||||
/TIME mike
|
||||
/TIME ircsource.irssi.org
|
||||
|
||||
## See also ##
|
||||
[MAP](/documentation/help/1.0/map), [TRACE](/documentation/help/1.0/trace), [WHOIS](/documentation/help/1.0/whois)
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user