diff options
Diffstat (limited to 'src/net/chathandler.h')
-rw-r--r-- | src/net/chathandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/chathandler.h b/src/net/chathandler.h index 3a9e3debe..86ff5eecd 100644 --- a/src/net/chathandler.h +++ b/src/net/chathandler.h @@ -70,6 +70,8 @@ class ChatHandler notfinal const std::string &password, const int limit, const bool isPublic) = 0; + + virtual void battleTalk(const std::string &text) const = 0; }; } // namespace Net |