summary refs log tree commit diff
path: root/chat.h
diff options
context:
space:
mode:
authorC. McEnroe2021-06-18 12:28:09 -0400
committerC. McEnroe2021-06-18 12:28:09 -0400
commita5a225c52c39f438a95b0ed2481ee273aab02640 (patch)
treece756be25021a323d536443e135cbe0286a8cd6e /chat.h
parentd3b2f86a4b6ce5aa9b5e54551ce2b399e13666b9 (diff)
Add -m mode option to set user modes
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 3b6ac6a..c4499a8 100644
--- a/chat.h
+++ b/chat.h
@@ -192,6 +192,7 @@ extern struct Self {
 	size_t pos;
 	enum Cap caps;
 	char *plain;
+	char *mode;
 	char *join;
 	char *nick;
 	char *user;