sic: add page (#5694)

manned-org
Florian B 2021-04-07 19:55:30 +02:00 committed by GitHub
parent 72a714b700
commit 8830f26076
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

29
pages/linux/sic.md Normal file
View File

@ -0,0 +1,29 @@
# sic
> Simple IRC client.
> Part of the suckless tools.
> More information: <https://tools.suckless.org/sic/>.
- Connect to the default host (irc.ofct.net) with the nickname set in the `$USER` environment variable:
`sic`
- Connect to a given host, using a given nickname:
`sic -h {{host}} -n {{nickname}}`
- Connect to a given host, using a given nickname and password:
`sic -h {{host}} -n {{nickname}} -k {{password}}`
- Join a channel:
`:j #{{channel}}<Enter>`
- Send a message to a channel or user:
`:m #{{channel|user}}<Enter>`
- Set default channel or user:
`:s #{{channel|user}}<Enter>`