diff options
Diffstat (limited to 'src/net/tmwa/chathandler.cpp')
-rw-r--r-- | src/net/tmwa/chathandler.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/tmwa/chathandler.cpp b/src/net/tmwa/chathandler.cpp index c55089cbc..cb64db0e9 100644 --- a/src/net/tmwa/chathandler.cpp +++ b/src/net/tmwa/chathandler.cpp @@ -466,4 +466,8 @@ void ChatHandler::joinChannel(const std::string &channel A_UNUSED) { } +void ChatHandler::partChannel(const std::string &channel A_UNUSED) +{ +} + } // namespace TmwAthena |