~emersion/soju-dev

Be more clear that -connect-command needs quotes v1 APPLIED

Sandra Snan: 1
 Be more clear that -connect-command needs quotes

 1 files changed, 4 insertions(+), 4 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~emersion/soju-dev/patches/37184/mbox | git am -3
Learn more about email & git

[PATCH] Be more clear that -connect-command needs quotes Export this patch

---
 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* <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.
-- 
2.30.2
Pushed, thanks!