about summary refs log tree commit diff
path: root/chat.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-07-02 18:40:06 -0400
committerJune McEnroe <june@causal.agency>2019-07-02 18:40:06 -0400
commit906440968e658629a3722ebc8d8405cbbb7b4d1d (patch)
tree7555c879b99b4756d42bce475c53e1ed233f805c /chat.h
parentAdd optional key to /join (diff)
downloadcatgirl-906440968e658629a3722ebc8d8405cbbb7b4d1d.tar.gz
catgirl-906440968e658629a3722ebc8d8405cbbb7b4d1d.zip
Add -k option for joining with keys
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 a3ce3f9..71a96ff 100644
--- a/chat.h
+++ b/chat.h
@@ -43,6 +43,7 @@ struct {
 	char *user;
 	char *real;
 	char *join;
+	char *keys;
 	bool raw;
 	bool notify;
 	bool quit;