summaryrefslogtreecommitdiff
path: root/src/net/chathandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/chathandler.h')
-rw-r--r--src/net/chathandler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/chathandler.h b/src/net/chathandler.h
index aab74e85a..db866ac3b 100644
--- a/src/net/chathandler.h
+++ b/src/net/chathandler.h
@@ -39,6 +39,9 @@ class ChatHandler
virtual void talk(const std::string &restrict text,
const std::string &restrict channel) const = 0;
+ virtual void talkPet(const std::string &restrict text,
+ const std::string &restrict channel) const = 0;
+
virtual void talkRaw(const std::string &text) const = 0;
virtual void me(const std::string &restrict text,