mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +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,19 @@
|
|||
|
||||
%9Syntax:%9
|
||||
|
||||
@SYNTAX:unload@
|
||||
|
||||
Unload a running plugin. List of running plugins can be shown with
|
||||
/LOAD.
|
||||
%9Parameters:%9
|
||||
|
||||
See also: LOAD
|
||||
The name of the module to unload.
|
||||
|
||||
%9Description:%9
|
||||
|
||||
Removes a module from the memory.
|
||||
|
||||
%9Examples:%9
|
||||
|
||||
/UNLOAD fish
|
||||
|
||||
%9See also:%9 LOAD, SCRIPT
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue