about summary refs log tree commit diff
path: root/chat.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-07-02 15:24:11 -0400
committerJune McEnroe <june@causal.agency>2021-07-02 15:24:11 -0400
commit44457f85c6fce35498cff3b58aa635e84a56d40b (patch)
tree539837615e5f22265dec83da1c0db41c61c7f39f /chat.h
parentMove security to the features list (diff)
downloadcatgirl-44457f85c6fce35498cff3b58aa635e84a56d40b.tar.gz
catgirl-44457f85c6fce35498cff3b58aa635e84a56d40b.zip
Save invited channel for /join
Diffstat (limited to 'chat.h')
-rw-r--r--chat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chat.h b/chat.h
index a4c7670..9ad298f 100644
--- a/chat.h
+++ b/chat.h
@@ -198,6 +198,7 @@ extern struct Self {
 	char *user;
 	char *host;
 	enum Color color;
+	char *invited;
 	char *quit;
 } self;