nixers
Sick - An awesome IRC client - Printable Version
+- nixers (https://nixers.net)
+-- Forum: Desktop Customization, Efficiency, and Aesthetics (https://nixers.net/Forum-Desktop-Customization-Efficiency-and-Aesthetics)
+--- Forum: Desktop Customization & Workflow (https://nixers.net/Forum-Desktop-Customization-Workflow)
+--- Thread: Sick - An awesome IRC client (/Thread-Sick-An-awesome-IRC-client)


Sick - An awesome IRC client - lee - 06-04-2013

Hey,

After realizing irssi and weechat are too bloated for what they do, I decided to edit the sic (git.suckless.org/sic) source code and have it fit to my own needs. It is < 250 LOC. The major difference between the two is my version actually has an input line that doesn't messed the formatting of the output. I've also tidied up input coming in from servers/channels.

https://github.com/lf94/work/tree/master/other/sic

Enjoy : )


RE: Sick - An awesome IRC client - Hans Hackett - 07-04-2013

What a strange name.... It perks my curious
But.... you didn't provide the source code.


RE: Sick - An awesome IRC client - lee - 07-04-2013

Be sure to do this: export LINES=$LINES because bash doesn't register it with the env command. You probably got a segfault.