mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* batch1 * batch2 * batch3 * batch4 * Update matchpathcon.md * Update pages/linux/arecord.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * Update pages/linux/arecord.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * Update pages/linux/arecord.md Co-authored-by: Wiktor Perskawiec <git@spageektti.cc> --------- Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
29 lines
598 B
Markdown
29 lines
598 B
Markdown
# sic
|
|
|
|
> Simple IRC client.
|
|
> Part of the suckless tools.
|
|
> More information: <https://manned.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>`
|