From: arg@10ksloc.org Date: Thu, 20 Jul 2006 08:10:08 +0000 (+0200) Subject: updated and prepared sic-0.1 X-Git-Url: https://git.armaanb.net/?p=sic.git;a=commitdiff_plain;h=e86d1bcf0ae7df29c4fc10fd61af2a829e542118 updated and prepared sic-0.1 --- diff --git a/config.mk b/config.mk index fc0db20..78fe6f8 100644 --- 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 index 4230bbd..e7d04ff 100644 --- 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 index 3815a54..66a58d3 100644 --- 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 index 4711180..53021df 100644 --- a/sic.html +++ b/sic.html @@ -23,6 +23,10 @@ +

Download

+

Development

You can browse its source code repository or get a copy using Mercurial with following command: