Skip to content

Commit

Permalink
sic: add page (#5694)
Browse files Browse the repository at this point in the history
  • Loading branch information
Waples authored Apr 7, 2021
1 parent 72a714b commit 8830f26
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions pages/linux/sic.md
Original file line number Diff line number Diff line change
@@ -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>`

0 comments on commit 8830f26

Please sign in to comment.