summaryrefslogtreecommitdiff
path: root/src/net/tmwa/chatrecv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/chatrecv.h')
-rw-r--r--src/net/tmwa/chatrecv.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/net/tmwa/chatrecv.h b/src/net/tmwa/chatrecv.h
index 3e7b58b15..d5995d8ef 100644
--- a/src/net/tmwa/chatrecv.h
+++ b/src/net/tmwa/chatrecv.h
@@ -35,8 +35,7 @@ namespace TmwAthena
namespace ChatRecv
{
void processChat(Net::MessageIn &msg);
- void processChatContinue(std::string chatMsg,
- const std::string &channel);
+ void processChatContinue(std::string chatMsg);
void processGmChat(Net::MessageIn &msg);
void processWhisper(Net::MessageIn &msg);
void processWhisperResponse(Net::MessageIn &msg);