diff options
author | Adam <Adam@anope.org> | 2017-04-20 15:46:04 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2017-04-20 15:46:04 -0400 |
commit | 983dc62c2f9717c407be5dc67fa37f1be74320dd (patch) | |
tree | ebec1ea2d991aeafa7136b74fff066ef13e2f1f8 /include | |
parent | d68778166ace1af358f1e2391454a9d3f1aafbae (diff) | |
parent | a4f7d847abdde8f070a201417a456067d3beb4a1 (diff) |
Merge commit 'a4f7d847abdde8f070a201417a456067d3beb4a1'
Diffstat (limited to 'include')
-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 |