From 16faca9102b7f6771fb0745d5b4bc694f966fca4 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 23 Aug 2014 17:25:24 +0300 Subject: Into chat commands handlers send also event flags mask. --- src/commandhandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commandhandler.cpp') diff --git a/src/commandhandler.cpp b/src/commandhandler.cpp index daf65b6a8..b4537e431 100644 --- a/src/commandhandler.cpp +++ b/src/commandhandler.cpp @@ -113,7 +113,7 @@ void CommandHandler::callFunc(const CommandInfo &info, const ActionFuncPtr func = info.func; if (func) { - InputEvent evt(args, tab); + InputEvent evt(args, tab, 0); func(evt); } else -- cgit v1.2.3-70-g09d2