openbsd-ports/net/sic/patches/patch-sic_c
zinke 1e5e98ec23 import sic-1.1
sic is an extremely simple IRC client. It consists of less than 250
lines of code. It is the little brother of irc it.

ok giovanni@
2012-07-10 14:03:18 +00:00

13 lines
346 B
Plaintext

$OpenBSD: patch-sic_c,v 1.1.1.1 2012/07/10 14:03:18 zinke Exp $
--- sic.c.orig Mon Jul 9 16:02:31 2012
+++ sic.c Mon Jul 9 16:02:41 2012
@@ -9,7 +9,7 @@
#include <unistd.h>
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];