mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
Rewrote the syntax documentation for all the commands starting with A.
This commit is contained in:
parent
f077280643
commit
b2f265f44e
5 changed files with 106 additions and 62 deletions
|
|
@ -1,28 +1,30 @@
|
|||
|
||||
Syntax:
|
||||
|
||||
@SYNTAX:accept@
|
||||
MODE <your nick> <+|->g
|
||||
|
||||
Works only in some IRC networks.
|
||||
Parameters:
|
||||
|
||||
ACCEPT allows you to specify who you want to receive private messages
|
||||
and notices from while you are in callerid (+g) mode.
|
||||
When you have user mode +g enabled, messages from other users are blocked and
|
||||
the sender is notified; you are also notified but at most once per minute.
|
||||
IRC operators and services can usually send through +g.
|
||||
A comma-separated list of nicknames to add or remove. If no argument is
|
||||
given, your accept list is displayed.
|
||||
|
||||
The accept list is lost when you disconnect.
|
||||
Users are automatically removed from the accept list if they quit, split
|
||||
or change nick.
|
||||
Description:
|
||||
|
||||
The argument is a comma-separated list of nicks to add or (when prefixed
|
||||
with a '-') to remove. No output is returned for users successfully added
|
||||
or removed.
|
||||
If no arguments are given, your accept list is displayed (ACCEPT * on the
|
||||
protocol level).
|
||||
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; you are also notified but at most once per minute.
|
||||
|
||||
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
|
||||
|
||||
Example:
|
||||
/ACCEPT user1,user2,-user3,-user4 - Adds user1 and user2 and removes
|
||||
user3 and user4.
|
||||
|
||||
See also: IGNORE, SILENCE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue