summary refs log tree commit diff
path: root/chat.h
diff options
context:
space:
mode:
authorC. McEnroe2020-02-15 05:29:54 -0500
committerC. McEnroe2020-02-15 05:29:54 -0500
commit9b1ab699084190b23953bff7f4ce5410808ab850 (patch)
tree8795886c47dd89d000831f5877676c4a18c83ec7 /chat.h
parentcd341076c06077d33a65c16fa179e3cc02e2e4f4 (diff)
Track PREFIX modes and CHANMODES
Diffstat (limited to 'chat.h')
-rw-r--r--chat.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/chat.h b/chat.h
index bb15b3d..ade2ffc 100644
--- a/chat.h
+++ b/chat.h
@@ -87,6 +87,11 @@ extern struct Network {
 	char *name;
 	char *chanTypes;
 	char *prefixes;
+	char *prefixModes;
+	char *listModes;
+	char *paramModes;
+	char *setParamModes;
+	char *channelModes;
 } network;
 
 extern struct Self {