diff options
Diffstat (limited to 'include/modules')
-rw-r--r-- | include/modules/protocol/unreal.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/modules/protocol/unreal.h b/include/modules/protocol/unreal.h index 9039cc2cd..dedb1b068 100644 --- a/include/modules/protocol/unreal.h +++ b/include/modules/protocol/unreal.h @@ -235,6 +235,14 @@ class VhostSet : public messages::VhostSet void Send(User *u, const Anope::string &vident, const Anope::string &vhost) override; }; +class Wallops : public messages::Wallops +{ + public: + using messages::Wallops::Wallops; + + void Send(const MessageSource &source, const Anope::string &msg) override; +}; + } // namespace senders class Proto : public IRCDProto |