From 2ba2b398bdee802ed8c09819562de0afb34a1229 Mon Sep 17 00:00:00 2001
From: Andrei Karas <akaras@inbox.ru>
Date: Mon, 4 Nov 2013 12:50:28 +0300
Subject: Add option for features.xml for allow/not allow follow.

New option: allowFollow
default value is 1.
---
 src/commands.cpp | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'src/commands.cpp')

diff --git a/src/commands.cpp b/src/commands.cpp
index 551aa9943..75347a9aa 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -743,6 +743,9 @@ impHandler(follow)
     if (!player_node)
         return;
 
+    if (!features.getBoolValue("allowFollow"))
+        return;
+
     if (!args.empty())
         player_node->setFollow(args);
     else if (tab && tab->getType() == ChatTab::TAB_WHISPER)
-- 
cgit v1.2.3-70-g09d2