diff options
author | Sadie Powell <sadie@witchery.services> | 2025-05-03 17:07:07 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-05-03 21:28:56 +0100 |
commit | 010beb52b1f3c697a07f9a130d2ed9335fe1cd98 (patch) | |
tree | 734750a5677afff443f2117dc34ba14d3351fb28 /include/defs.h | |
parent | c95594141346ef6fb65a5af177bed35ed865234d (diff) |
Store the setter and ts for all modes and try to restore them.
This is mostly for preserving channel list mode info.
Diffstat (limited to 'include/defs.h')
-rw-r--r-- | include/defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/defs.h b/include/defs.h index 2286a8e41..31de70c60 100644 --- a/include/defs.h +++ b/include/defs.h @@ -19,6 +19,7 @@ class ChanAccess; class Channel; class ChannelInfo; class ChannelStatus; +struct ModeData; struct ChanUserContainer; class ClientSocket; class Command; |