From: Anselm R Garbe Date: Sun, 6 Mar 2011 07:37:21 +0000 (+0000) Subject: applied Dimitris patches, thanks X-Git-Url: https://git.armaanb.net/?p=sic.git;a=commitdiff_plain;h=efb5435694d27b897ffb97f3bf4984488893bf80 applied Dimitris patches, thanks --- diff --git a/Makefile b/Makefile index ff1f07c..d77b4f2 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ options: @echo CC $< @${CC} -c ${CFLAGS} $< -${OBJ}: config.mk +${OBJ}: config.mk util.c sic: ${OBJ} @echo CC -o $@ diff --git a/sic.c b/sic.c index 9b0b36a..f4e2d3d 100644 --- a/sic.c +++ b/sic.c @@ -9,7 +9,7 @@ #include static char *host = "irc.oftc.net"; -static char *port = "ircd"; +static char *port = "6667"; static char *password; static char nick[32]; static char bufin[4096];