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)
downloadtest-906440968e658629a3722ebc8d8405cbbb7b4d1d.tar.gz
test-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;
&follow=1'>Set TABSIZE=4June McEnroe 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe