diff options
Diffstat (limited to 'weechat/tomsg.c')
-rw-r--r-- | weechat/tomsg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weechat/tomsg.c b/weechat/tomsg.c index 1235a71..6b5703c 100644 --- a/weechat/tomsg.c +++ b/weechat/tomsg.c @@ -227,6 +227,7 @@ static int fd_hook_callback(const void *conn_vp,void *_d,int fd){ weechat_buffer_close(conn->buffer); return WEECHAT_RC_OK; } + break; } conn->linebuf_len+=nr; while(true){ |