From 057fe476c800d7a8e86af3bc49bd5efff8eba28d Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Tue, 29 Mar 2022 18:23:12 -0400 Subject: Track account name from 900 numeric --- bounce.h | 1 + 1 file changed, 1 insertion(+) (limited to 'bounce.h') diff --git a/bounce.h b/bounce.h index d714f97..8987e38 100644 --- a/bounce.h +++ b/bounce.h @@ -238,6 +238,7 @@ void clientConsume(struct Client *client); extern bool stateNoNames; extern enum Cap stateCaps; +extern char *stateAccount; extern bool stateAway; void stateLogin( const char *pass, enum Cap blind, const char *plain, -- cgit 1.4.1