src/nexus.c
changeset 12 4147fae232d9
parent 11 14e79683c48c
child 13 ca16f3a8f3b7
--- a/src/nexus.c	Sat Feb 28 17:39:37 2009 +0200
+++ b/src/nexus.c	Sat Feb 28 18:48:10 2009 +0200
@@ -12,8 +12,8 @@
 #include "sock.h"
 #include "line_proto.h"
 
-#define CONNECT_HOST "irc.fixme.fi"
-#define CONNECT_SERV "6667"
+#define CONNECT_HOST "localhost"
+#define CONNECT_SERV "5001"
 #define LINE_LENGTH 512
 
 void on_line (const char *line, void *arg) {