From 87b2d32682c06086d95836d5005c36434b011f5b Mon Sep 17 00:00:00 2001 From: Sandra Snan Date: Mon, 28 Nov 2022 12:27:56 +0100 Subject: [PATCH] Be more clear that -connect-command needs quotes --- doc/soju.1.scd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/soju.1.scd b/doc/soju.1.scd index b5e398e..08c5128 100644 --- a/doc/soju.1.scd +++ b/doc/soju.1.scd @@ -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* - 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 + "PRIVMSG NickServ :IDENTIFY " ``` The flag can be specified multiple times to send multiple IRC messages.