From 7f917f027127b46f219eaa8a6c696c4e078f6d04 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sun, 16 Jun 2019 19:32:57 +0300 Subject: Add support for editing room tags --- ui/command-processor.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ui/command-processor.go') diff --git a/ui/command-processor.go b/ui/command-processor.go index 79faccc..ee975ad 100644 --- a/ui/command-processor.go +++ b/ui/command-processor.go @@ -111,6 +111,9 @@ func NewCommandProcessor(parent *MainView) *CommandProcessor { "rainbow": cmdRainbow, "rainbowme": cmdRainbowMe, "notice": cmdNotice, + "tags": cmdTags, + "tag": cmdTag, + "untag": cmdUntag, "invite": cmdInvite, "hprof": cmdHeapProfile, "cprof": cmdCPUProfile, -- cgit v1.2.3