Be more clear that -connect-command needs quotes

This commit is contained in:
Sandra Snan 2022-11-28 12:27:56 +01:00 committed by Simon Ser
parent 330d5d794c
commit 87b2d32682

View file

@ -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.
*-connect-command* <command>
Send the specified command as a raw IRC message right after connecting
to the server. This can be used to identify to an account when the
server doesn't support SASL.
Send the specified quoted string as a raw IRC command right after
connecting to the server. This can be used to identify to an account
when the server doesn't support SASL.
For instance, to identify with _NickServ_, the following command can be
used:
```
PRIVMSG NickServ :IDENTIFY <password>
"PRIVMSG NickServ :IDENTIFY <password>"
```
The flag can be specified multiple times to send multiple IRC messages.