summaryrefslogtreecommitdiff
path: root/libirc
diff options
context:
space:
mode:
authorepochqwert <epoch@53flpnlls43fcguy.onion>2015-02-07 03:43:14 -0600
committerepochqwert <epoch@53flpnlls43fcguy.onion>2015-02-07 03:43:14 -0600
commit04e1a88e14844fa692c6bb6b484a2a2d9207f194 (patch)
treeebd349be733506cbdb04db74846f5486a9ef8c86 /libirc
parente80dd3006171b33705395b0c7547f03925670bf9 (diff)
downloadsegfault-04e1a88e14844fa692c6bb6b484a2a2d9207f194.tar.gz
segfault-04e1a88e14844fa692c6bb6b484a2a2d9207f194.zip
took out startup_stuff because server messages can be handled now. !alias !004 !raw join #defualt or whatever you want the bot to do.
Diffstat (limited to 'libirc')
-rw-r--r--libirc/libirc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libirc/libirc.c b/libirc/libirc.c
index 101d40e..d2bff54 100644
--- a/libirc/libirc.c
+++ b/libirc/libirc.c
@@ -10,7 +10,7 @@
#include <sys/select.h>
//#define DEBUG "epoch" //nick or channel to send debug info to.
-#define CHUNK 16
+#define CHUNK 4096
int serverConnect(char *serv,char *port) {
struct addrinfo hints, *servinfo, *p;