diff --git a/tmate-encoder.c b/tmate-encoder.c index 52d78aa4..f6ff6e07 100644 --- a/tmate-encoder.c +++ b/tmate-encoder.c @@ -72,7 +72,7 @@ static void mate_notify_message(struct client *c, int join) tmate_notify("%s mate has %s the session (%s)%s", multi_client ? "A" : "Your", - join ? "join" : "left", + join ? "joined" : "left", c->ip_address, multi_client ? buf : ""); }