mirror of
https://github.com/irssi/irssi.git
synced 2026-08-22 18:12:12 +02:00
help file incorrectly said modify was alias for add
This commit is contained in:
parent
252829a9ad
commit
5d25ecb1bb
3 changed files with 6 additions and 6 deletions
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
LIST: Displays the list of configured channels.
|
||||
ADD: Adds a channel to your configuration.
|
||||
MODIFY: Alias for ADD. Modifies a channel in your configuration.
|
||||
MODIFY: Modifies a channel in your configuration.
|
||||
REMOVE: Removes a channel from your configuration.
|
||||
|
||||
-auto: Automatically join the channel.
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
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.
|
||||
/CHANNEL MODIFY only modifies existing channels.
|
||||
|
||||
You can use the ADDALLCHANS command, which is a default alias, to add all
|
||||
the channels you are present on into the configuration.
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
LIST: Displays the list of configured networks.
|
||||
ADD: Adds a network to your configuration.
|
||||
MODIFY: Alias for ADD. Modifies a network in your configuration.
|
||||
MODIFY: Modifies a network in your configuration.
|
||||
REMOVE: Removes a network from your configuration.
|
||||
|
||||
-nick: Specifies the nickname to use.
|
||||
|
|
@ -49,7 +49,7 @@
|
|||
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.
|
||||
/NETWORK MODIFY only modifies existing channels.
|
||||
|
||||
We recommend using 'WAIT 2000' between the automated commands in order to
|
||||
prevent you from being kicked from the network due to flooding commands.
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
LIST: Displays the list of servers you are connected to.
|
||||
CONNECT: Connects to the given server.
|
||||
ADD: Adds a server to your configuration.
|
||||
MODIFY: Alias for ADD. Modifies a server in your configuration.
|
||||
MODIFY: Modifies a server in your configuration.
|
||||
REMOVE: Removes a server from your configuration.
|
||||
PURGE: Purges the commands queued to be sent to the server.
|
||||
|
||||
|
|
@ -47,7 +47,7 @@
|
|||
servers.
|
||||
|
||||
/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.
|
||||
/SERVER MODIFY only modified existing servers.
|
||||
|
||||
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