summaryrefslogtreecommitdiffstats
path: root/src/chat-server/chathandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/chat-server/chathandler.h')
-rw-r--r--src/chat-server/chathandler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/chat-server/chathandler.h b/src/chat-server/chathandler.h
index 392f053..c969a9a 100644
--- a/src/chat-server/chathandler.h
+++ b/src/chat-server/chathandler.h
@@ -101,6 +101,8 @@ class ChatHandler : public ConnectionHandler
const std::string &characterName,
char eventId);
+ void handlePartyInvite(MessageIn &msg);
+
protected:
/**
* Process chat related messages.
@@ -162,7 +164,6 @@ class ChatHandler : public ConnectionHandler
void handleGuildKickMember(ChatClient &client, MessageIn &msg);
void handleGuildQuit(ChatClient &client, MessageIn &msg);
- void handlePartyInvite(ChatClient &client, MessageIn &msg);
void handlePartyAcceptInvite(ChatClient &client, MessageIn &msg);
void handlePartyQuit(ChatClient &client);
// TODO: Merge with handlePartyAcceptInvite?