2022-04-25 19:34:35 +02:00

48 lines
1.3 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

:::{note} You are reading the help for the development version. **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/ignore), [SILENCE](/documentation/help/silence)