diff options
author | C. McEnroe | 2020-02-16 18:31:50 -0500 |
---|---|---|
committer | C. McEnroe | 2020-02-16 18:31:50 -0500 |
commit | edd88554184ad10a6d3815a07d8d62eac218a2b3 (patch) | |
tree | 080a93ae1a11fd16b592072116dba6964041f1d0 /chat.h | |
parent | 09cd9a300f599c5e382fff42d207103b7e0f0caa (diff) |
Track EXCEPTS and INVEX modes
Diffstat (limited to 'chat.h')
-rw-r--r-- | chat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chat.h b/chat.h index b14a65a..adde642 100644 --- a/chat.h +++ b/chat.h @@ -93,6 +93,8 @@ extern struct Network { char *paramModes; char *setParamModes; char *channelModes; + char excepts; + char invex; } network; extern struct Self { |