From fbf45af162f9a2eecd3c27c8729bd9c811dbe793 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 27 Aug 2014 15:14:59 +0300 Subject: Move chat command /enablehightlight into actions. --- src/actions/commands.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/actions/commands.cpp') diff --git a/src/actions/commands.cpp b/src/actions/commands.cpp index dbf3ab3d4..779d09dce 100644 --- a/src/actions/commands.cpp +++ b/src/actions/commands.cpp @@ -574,4 +574,16 @@ impHandler(execute) return true; } +impHandler(enableHighlight) +{ + if (event.tab) + { + event.tab->setAllowHighlight(true); + if (chatWindow) + chatWindow->saveState(); + return true; + } + return false; +} + } // namespace Actions -- cgit v1.2.3-60-g2f50