summaryrefslogtreecommitdiff
path: root/sic.c
diff options
context:
space:
mode:
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];