doc/soju.1: add `network create` example

This commit is contained in:
Simon Ser 2021-11-30 09:26:07 +01:00
parent 522e20cca1
commit e42b507377
1 changed files with 6 additions and 0 deletions

View File

@ -191,6 +191,12 @@ abbreviated form, for instance *network* can be abbreviated as *net* or just
- _irc+insecure://<host>[:port]_ connects with plain-text TCP
- _irc+unix:///<path>_ connects to a Unix socket
For example, to connect to Libera Chat:
```
net create -addr irc.libera.chat
```
Other options are:
*-name* <name>