diff options
author | Adam <Adam@anope.org> | 2013-08-01 14:07:56 +0000 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-08-01 14:07:56 +0000 |
commit | 83e4b183eafdcf7cef1eba4dadf1d1de86c59457 (patch) | |
tree | c70a0e47eb0a04d4d39ea6e40de3243e3e1b2ed3 /include/regchannel.h | |
parent | 1e625b6837fdf96616cfc49700aa28d184a7c171 (diff) |
Add keepmodes setting
Diffstat (limited to 'include/regchannel.h')
-rw-r--r-- | include/regchannel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/regchannel.h b/include/regchannel.h index 49fc882e2..3952e5a54 100644 --- a/include/regchannel.h +++ b/include/regchannel.h @@ -68,6 +68,8 @@ class CoreExport ChannelInfo : public Serializable, public Extensible Anope::string last_topic_setter; /* Setter */ time_t last_topic_time; /* Time */ + Channel::ModeList last_modes; /* The last modes set on this channel */ + int16_t bantype; MemoInfo memos; |