diff options
author | June McEnroe <june@causal.agency> | 2019-07-02 18:40:06 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-07-02 18:40:06 -0400 |
commit | 906440968e658629a3722ebc8d8405cbbb7b4d1d (patch) | |
tree | 7555c879b99b4756d42bce475c53e1ed233f805c /chat.h | |
parent | Add optional key to /join (diff) | |
download | catgirl-906440968e658629a3722ebc8d8405cbbb7b4d1d.tar.gz catgirl-906440968e658629a3722ebc8d8405cbbb7b4d1d.zip |
Add -k option for joining with keys
Diffstat (limited to '')
-rw-r--r-- | chat.h | 1 |
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; |