diff options
Diffstat (limited to 'src/net/chathandler.h')
-rw-r--r-- | src/net/chathandler.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/chathandler.h b/src/net/chathandler.h index bd2dc59aa..c21a30f74 100644 --- a/src/net/chathandler.h +++ b/src/net/chathandler.h @@ -34,7 +34,8 @@ class ChatHandler virtual ~ChatHandler() { } - virtual void talk(const std::string &text) = 0; + virtual void talk(const std::string &text, + const std::string &channel) = 0; virtual void talkRaw(const std::string &text) = 0; |