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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/net/chathandler.h b/src/net/chathandler.h
index f5cf03f9f..aab74e85a 100644
--- a/src/net/chathandler.h
+++ b/src/net/chathandler.h
@@ -36,16 +36,16 @@ class ChatHandler
virtual ~ChatHandler()
{ }
- virtual void talk(const std::string &text,
- const std::string &channel) const = 0;
+ virtual void talk(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,
const std::string &restrict channel) const = 0;
- virtual void privateMessage(const std::string &recipient,
- const std::string &text) = 0;
+ virtual void privateMessage(const std::string &restrict recipient,
+ const std::string &restrict text) = 0;
virtual void who() const = 0;