add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

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

@@ -0,0 +1,29 @@
# sic
> 简单的IRC客户端。
> 属于suckless工具的一部分。
> 更多信息:<https://tools.suckless.org/sic/>.
- 使用在`$USER`环境变量中设置的昵称连接到默认主机irc.ofct.net
`sic`
- 使用给定的主机和昵称连接:
`sic -h {{host}} -n {{nickname}}`
- 使用给定的主机、昵称和密码连接:
`sic -h {{host}} -n {{nickname}} -k {{password}}`
- 加入一个频道:
`:j #{{channel}}<Enter>`
- 发送消息到一个频道或用户:
`:m #{{channel|user}}<Enter>`
- 设置默认频道或用户:
`:s #{{channel|user}}<Enter>`