index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (430B) | |
--- | |
1 simple irc client | |
2 ================= | |
3 sic is an extremely simple IRC client. It consists of less than 250 line… | |
4 code. It is the little brother of [irc it](/ii). | |
5 | |
6 Download | |
7 -------- | |
8 * [sic 1.3](//dl.suckless.org/tools/sic-1.3.tar.gz) (5KB) (2022-10-04) | |
9 | |
10 Development | |
11 ----------- | |
12 You can [browse](//git.suckless.org/sic) its source code repository or g… | |
13 copy using the following command: | |
14 | |
15 git clone https://git.suckless.org/sic | |
16 |