about summary refs log tree commit diff
path: root/bounce.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-03-29 18:23:12 -0400
committerJune McEnroe <june@causal.agency>2022-03-29 18:23:12 -0400
commit057fe476c800d7a8e86af3bc49bd5efff8eba28d (patch)
tree167b6d0799b429a78324725b0a7bf9ebb7213a23 /bounce.h
parentSet clientOrigin from bindHost, add dot if necessary (diff)
downloadpounce-057fe476c800d7a8e86af3bc49bd5efff8eba28d.tar.gz
pounce-057fe476c800d7a8e86af3bc49bd5efff8eba28d.zip
Track account name from 900 numeric
Diffstat (limited to 'bounce.h')
-rw-r--r--bounce.h1
1 files changed, 1 insertions, 0 deletions
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,