diff options
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 { |