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/protocol.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/protocol.h')
-rw-r--r-- | include/protocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/protocol.h b/include/protocol.h index ec090090a..40312874d 100644 --- a/include/protocol.h +++ b/include/protocol.h @@ -195,8 +195,10 @@ public: */ virtual void SendSVSKill(const MessageSource &source, User *user, const Anope::string &msg); + virtual void SendMode(const MessageSource &source, Channel *chan, const ModeManager::Change &change); virtual void SendModeInternal(const MessageSource &source, Channel *chan, const Anope::string &modes, const std::vector<Anope::string> &values); + virtual void SendMode(const MessageSource &source, User *u, const ModeManager::Change &change); virtual void SendModeInternal(const MessageSource &source, User *u, const Anope::string &modes, const std::vector<Anope::string> &values); /** Introduces a client to the rest of the network |