mirror of
https://github.com/irssi/irssi.git
synced 2026-08-23 10:32:31 +02:00
Make the help more clear still
This commit is contained in:
parent
435c6552cd
commit
0afdfe7cae
3 changed files with 8 additions and 2 deletions
|
|
@ -26,6 +26,9 @@
|
|||
Adds, removes or displays the configuration of channels; this method is
|
||||
used to automate and simplify your workflow.
|
||||
|
||||
/CHANNEL ADD modifies a channel if it already exists in the configuration.
|
||||
/CHANNEL MODIFY is an alias for /CHANNEL ADD to make the distinction more clear.
|
||||
|
||||
You can use the ADDALLCHANS command, which is a default alias, to add all
|
||||
the channels you are present on into the configuration.
|
||||
|
||||
|
|
|
|||
|
|
@ -48,6 +48,9 @@
|
|||
Displays, adds, modifies or removes the network configuration of IRC
|
||||
networks.
|
||||
|
||||
/NETWORK ADD modifies a network if it already exists in the configuration.
|
||||
/NETWORK MODIFY is an alias for /NETWORK ADD to make the distinction more clear.
|
||||
|
||||
We recommend using 'WAIT 2000' between the automated commands in order to
|
||||
prevent you from being kicked from the network due to flooding commands.
|
||||
|
||||
|
|
|
|||
|
|
@ -46,8 +46,8 @@
|
|||
Displays, adds, modifies or removes the network configuration of IRC
|
||||
servers.
|
||||
|
||||
When using the ADD parameter on a server that already exists, the
|
||||
configuration will be merged with each other.
|
||||
/SERVER ADD modifies a server if it already exists in the configuration.
|
||||
/SERVER MODIFY is an alias for /SERVER ADD to make the distinction more clear.
|
||||
|
||||
When using the command without any of the given parameters, it will
|
||||
connect to the specified server; the server in the active window will be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue