aboutsummaryrefslogtreecommitdiff
path: root/ui/command-processor.go
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2019-06-16 16:32:56 +0300
committerTulir Asokan <tulir@maunium.net>2019-06-16 16:32:56 +0300
commit859fd6092b6141363cef1cb58c2608f524314dc2 (patch)
tree61b8b69a81c4013d5cc639a72be1e7c6cc2c9a9b /ui/command-processor.go
parentd23c5b1bfca629e4a930ad0655f856d82b62da3d (diff)
Add/change commands
Diffstat (limited to 'ui/command-processor.go')
-rw-r--r--ui/command-processor.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/command-processor.go b/ui/command-processor.go
index 26644c5..79faccc 100644
--- a/ui/command-processor.go
+++ b/ui/command-processor.go
@@ -82,6 +82,8 @@ func NewCommandProcessor(parent *MainView) *CommandProcessor {
"state": {"setstate"},
"mstate": {"msetstate"},
"rb": {"rainbow"},
+ "rbme": {"rainbowme"},
+ "myroomnick": {"roomnick"},
"createroom": {"create"},
"dm": {"pm"},
"query": {"pm"},
@@ -105,7 +107,10 @@ func NewCommandProcessor(parent *MainView) *CommandProcessor {
"msendevent": cmdMSendEvent,
"setstate": cmdSetState,
"msetstate": cmdMSetState,
+ "roomnick": cmdRoomNick,
"rainbow": cmdRainbow,
+ "rainbowme": cmdRainbowMe,
+ "notice": cmdNotice,
"invite": cmdInvite,
"hprof": cmdHeapProfile,
"cprof": cmdCPUProfile,