summaryrefslogtreecommitdiff
path: root/src/net/ea/chathandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ea/chathandler.h')
-rw-r--r--src/net/ea/chathandler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/ea/chathandler.h b/src/net/ea/chathandler.h
index ca753169f..301289084 100644
--- a/src/net/ea/chathandler.h
+++ b/src/net/ea/chathandler.h
@@ -40,7 +40,8 @@ class ChatHandler : public Net::ChatHandler
A_DELETE_COPY(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;