diff options
Diffstat (limited to 'src/actions/chat.cpp')
-rw-r--r-- | src/actions/chat.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/actions/chat.cpp b/src/actions/chat.cpp index f6135c674..bad56e7c0 100644 --- a/src/actions/chat.cpp +++ b/src/actions/chat.cpp @@ -457,4 +457,10 @@ impHandler(addText) return true; } +impHandler(clearChat) +{ + if (chatWindow) + chatWindow->clearTab(); +} + } // namespace Actions |