Introduction
Introduction Statistics Contact Development Disclaimer Help
updated and prepared sic-0.1 - sic - simple irc client
git clone git://git.suckless.org/sic
Log
Files
Refs
README
LICENSE
---
commit e86d1bcf0ae7df29c4fc10fd61af2a829e542118
parent 37ca48e77061721bc0d2e133c088995c1548c337
Author: [email protected] <unknown>
Date: Thu, 20 Jul 2006 10:10:08 +0200
updated and prepared sic-0.1
Diffstat:
M config.mk | 2 +-
M sic.1 | 6 ------
M sic.c | 1 -
M sic.html | 4 ++++
4 files changed, 5 insertions(+), 8 deletions(-)
---
diff --git a/config.mk b/config.mk
@@ -4,7 +4,7 @@
PREFIX = /usr/local
MANPREFIX = ${PREFIX}/share/man
-VERSION = 0.0
+VERSION = 0.1
# includes and libs
LIBS = -L${PREFIX}/lib -L/usr/lib -lc
diff --git a/sic.1 b/sic.1
@@ -59,9 +59,3 @@ Set the channel topic
.TP
Everything which is not a command will simply be posted into the channel or to
the server.
-.SH CUSTOMIZATION
-.B sic
-is customized through editing its source code. This keeps it fast, secure and
-simple. The source code contains the
-.I CUSTOMIZE
-keyword to highlight relevant portions for customization.
diff --git a/sic.c b/sic.c
@@ -18,7 +18,6 @@
enum { Tnick, Tuser, Tcmd, Tchan, Targ, Ttext, Tlast };
-/* CUSTOMIZE */
static char *server = "irc.oftc.net";
static int port = 6667;
static char *nick = NULL;
diff --git a/sic.html b/sic.html
@@ -23,6 +23,10 @@
<ul>
<li><a href="http://10kloc.org/cgi-bin/man/man2html?qu…
</ul>
+ <h3>Download</h3>
+ <ul>
+ <li><a href="http://10kloc.org/download/sic-0.1.tar.gz…
+ </ul>
<h2>Development</h2>
<p>
You can <a href="http://10kloc.org/cgi-bin/hgwebdir.cgi/sic">b…
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.