summaryrefslogtreecommitdiff
path: root/src/actions/commands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions/commands.cpp')
-rw-r--r--src/actions/commands.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/actions/commands.cpp b/src/actions/commands.cpp
index 27d80bf00..8a5cad3f2 100644
--- a/src/actions/commands.cpp
+++ b/src/actions/commands.cpp
@@ -610,4 +610,16 @@ impHandler(dontRemoveName)
return false;
}
+impHandler(removeName)
+{
+ if (event.tab)
+ {
+ event.tab->setRemoveNames(true);
+ if (chatWindow)
+ chatWindow->saveState();
+ return true;
+ }
+ return false;
+}
+
} // namespace Actions