diff options
author | June McEnroe <june@causal.agency> | 2020-02-15 05:29:54 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-02-15 05:29:54 -0500 |
commit | 9b1ab699084190b23953bff7f4ce5410808ab850 (patch) | |
tree | 8795886c47dd89d000831f5877676c4a18c83ec7 /chat.h | |
parent | Show prefixes in NAMES and WHOIS replies (diff) | |
download | catgirl-9b1ab699084190b23953bff7f4ce5410808ab850.tar.gz catgirl-9b1ab699084190b23953bff7f4ce5410808ab850.zip |
Track PREFIX modes and CHANMODES
Diffstat (limited to '')
-rw-r--r-- | chat.h | 5 |
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 { |