Be more clear that -connect-command needs quotes
This commit is contained in:
parent
330d5d794c
commit
87b2d32682
@ -227,15 +227,15 @@ abbreviated form, for instance *network* can be abbreviated as *net* or just
|
|||||||
won't connect to it. By default, the network is enabled.
|
won't connect to it. By default, the network is enabled.
|
||||||
|
|
||||||
*-connect-command* <command>
|
*-connect-command* <command>
|
||||||
Send the specified command as a raw IRC message right after connecting
|
Send the specified quoted string as a raw IRC command right after
|
||||||
to the server. This can be used to identify to an account when the
|
connecting to the server. This can be used to identify to an account
|
||||||
server doesn't support SASL.
|
when the server doesn't support SASL.
|
||||||
|
|
||||||
For instance, to identify with _NickServ_, the following command can be
|
For instance, to identify with _NickServ_, the following command can be
|
||||||
used:
|
used:
|
||||||
|
|
||||||
```
|
```
|
||||||
PRIVMSG NickServ :IDENTIFY <password>
|
"PRIVMSG NickServ :IDENTIFY <password>"
|
||||||
```
|
```
|
||||||
|
|
||||||
The flag can be specified multiple times to send multiple IRC messages.
|
The flag can be specified multiple times to send multiple IRC messages.
|
||||||
|
Loading…
Reference in New Issue
Block a user