aboutsummaryrefslogtreecommitdiff
path: root/ui/command-processor.go
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2019-06-16 19:32:57 +0300
committerTulir Asokan <tulir@maunium.net>2019-06-16 19:32:57 +0300
commit7f917f027127b46f219eaa8a6c696c4e078f6d04 (patch)
treec22ad66d7a96256abecbba81f9278efd83c4d690 /ui/command-processor.go
parent6eaee844654355d8d5d1dd1710f6c27a47069d0f (diff)
Add support for editing room tags
Diffstat (limited to 'ui/command-processor.go')
-rw-r--r--ui/command-processor.go3
1 files changed, 3 insertions, 0 deletions
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,