mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 15:12:11 +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,25 @@
|
|||
|
||||
%9Syntax:%9
|
||||
|
||||
@SYNTAX:topic@
|
||||
|
||||
-delete - Deletes the topic.
|
||||
%9Parameters%9
|
||||
|
||||
Shows or/and changes the topic of the current or specified
|
||||
channel.
|
||||
-delete: Removes the topic.
|
||||
|
||||
The channel and topic; if no channel is given, the active channel will be
|
||||
used. If no argument is given, the current topic will be displayed.
|
||||
|
||||
%9Description:%9
|
||||
|
||||
Displays or modifies the topic of a channel.
|
||||
|
||||
%9Examples:%9
|
||||
|
||||
/TOPIC
|
||||
/TOPIC The robots are taking over!
|
||||
/TOPIC -delete #irssi
|
||||
/TOPIC #shakespeare /bb|[^b]{2}/
|
||||
|
||||
%9See also:%9 CHANNEL, DEOP, DEVOICE, JOIN, OP, VOICE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue