From 77e6c8639ae17554874d2de9fbdca35a99e51765 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 12 Oct 2014 19:00:39 +0300 Subject: Add server feature haveChatChannels. --- src/net/tmwa/serverfeatures.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/net/tmwa/serverfeatures.cpp') diff --git a/src/net/tmwa/serverfeatures.cpp b/src/net/tmwa/serverfeatures.cpp index b1556fbdf..3ab0dc600 100644 --- a/src/net/tmwa/serverfeatures.cpp +++ b/src/net/tmwa/serverfeatures.cpp @@ -99,6 +99,11 @@ bool ServerFeatures::haveSpecialChatChannels() const return serverVersion >= 8; } +bool ServerFeatures::haveChatChannels() const +{ + return false; +} + bool ServerFeatures::haveServerIgnore() const { return tmwServerVersion == 0; -- cgit v1.2.3-70-g09d2