From da2643bc8039de811b4b0e5e1ce367e9236153cd Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Fri, 8 Nov 2019 17:25:48 -0500 Subject: Only change AWAY status for registered clients Turns out I did eventually fix this, because I may want to implement "passive clients" for logging or notification stuff, which wouldn't affect AWAY status either. --- bounce.h | 1 + 1 file changed, 1 insertion(+) (limited to 'bounce.h') diff --git a/bounce.h b/bounce.h index 08313d5..2c997c3 100644 --- a/bounce.h +++ b/bounce.h @@ -80,6 +80,7 @@ void serverFormat(const char *format, ...) __attribute__((format(printf, 1, 2))); char *clientPass; +char *clientAway; struct Client *clientAlloc(struct tls *tls); void clientFree(struct Client *client); bool clientError(const struct Client *client); -- cgit 1.4.1