summary refs log tree commit diff
path: root/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'client.c')
-rw-r--r--client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/client.c b/client.c
index 28b9903..703a698 100644
--- a/client.c
+++ b/client.c
@@ -204,6 +204,7 @@ static void clientParse(struct Client *client, char *line) {
 		Handlers[i].fn(client, &msg);
 		break;
 	}
+	client->error = true;
 }
 
 static bool intercept(const char *line, size_t len) {
ommit/Makefile?h=vimode&id=45132a555c1843f9e707afd7a1ee698ac28f0e8e&follow=1'>Install man pageJune McEnroe 2018-09-10Split keys into subsections and document colorsJune McEnroe 2018-09-10Add "blank" lines to chatte.1June McEnroe 2018-09-10Document key bindings in chatte.1June McEnroe 2018-09-08Document slash commands in chatte.1June McEnroe