summaryrefslogtreecommitdiff
path: root/sic.c
diff options
context:
space:
mode:
authorAnselm R Garbe <anselm@garbe.us>2011-03-06 07:37:21 +0000
committerAnselm R Garbe <anselm@garbe.us>2011-03-06 07:37:21 +0000
commitefb5435694d27b897ffb97f3bf4984488893bf80 (patch)
tree943aa99a61fd255446115fd46c5c85185cc91179 /sic.c
parentfdaf2adbc98db2979e68fbb653620a974c338d0a (diff)
downloadcic-efb5435694d27b897ffb97f3bf4984488893bf80.tar.gz
applied Dimitris patches, thanks
Diffstat (limited to 'sic.c')
-rw-r--r--sic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sic.c b/sic.c
index 9b0b36a..f4e2d3d 100644
--- a/sic.c
+++ b/sic.c
@@ -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];