1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 17:02:09 +02:00
tldr/pages/linux/sic.md
2021-04-07 18:55:30 +01:00

29 lines
607 B
Markdown

# 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>`