aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sircbot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sircbot.c b/sircbot.c
index 6c63e49..30f870f 100644
--- a/sircbot.c
+++ b/sircbot.c
@@ -303,7 +303,7 @@ static int irc_loop(struct irc_session *sess, struct sircbot_channel *chan,
int numchan)
{
int i, r, joined = 0;
- char buf[1024];
+ char buf[4096];
struct pollfd fds[numchan + 1];
sigset_t sigmask;
struct timespec tv;