diff options
Diffstat (limited to 'include/messages.h')
-rw-r--r-- | include/messages.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/messages.h b/include/messages.h index 510f66361..58b90cc28 100644 --- a/include/messages.h +++ b/include/messages.h @@ -45,6 +45,13 @@ namespace Message void Run(MessageSource &source, const std::vector<Anope::string> ¶ms, const Anope::map<Anope::string> &tags) override; }; + struct CoreExport Ignore final + : IRCDMessage + { + Ignore(Module *creator, const Anope::string &mname); + void Run(MessageSource &source, const std::vector<Anope::string> ¶ms, const Anope::map<Anope::string> &tags) override; + }; + struct CoreExport Invite : IRCDMessage { |