mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 16:12:30 +02:00
Syntax rewrite of U-Z commands
Rewrote the syntax documentation of U-Z commands.
This commit is contained in:
parent
b9f532568b
commit
f0aa2d2049
30 changed files with 488 additions and 215 deletions
|
|
@ -1,8 +1,20 @@
|
|||
|
||||
%9Syntax:%9
|
||||
|
||||
@SYNTAX:unignore@
|
||||
|
||||
Unignores the specified userhost mask. If you want to unignore only some
|
||||
levels, use /IGNORE <mask> -<level>.
|
||||
%9Parameters:%9
|
||||
|
||||
See also: IGNORE
|
||||
The ignore identifier or pattern to remove.
|
||||
|
||||
%9Description:%9
|
||||
|
||||
Removes an entry from the ignore list.
|
||||
|
||||
%9Examples:%9
|
||||
|
||||
/UNIGNORE 5
|
||||
/UNIGNORE mike
|
||||
|
||||
%9See also:%9 ACCEPT, IGNORE, SILENCE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue