aboutsummaryrefslogtreecommitdiff
path: root/ui/command-processor.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/command-processor.go')
-rw-r--r--ui/command-processor.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/command-processor.go b/ui/command-processor.go
index b18f950..77a7b3d 100644
--- a/ui/command-processor.go
+++ b/ui/command-processor.go
@@ -91,6 +91,9 @@ func NewCommandProcessor(parent *MainView) *CommandProcessor {
"clearcache": cmdClearCache,
"leave": cmdLeave,
"join": cmdJoin,
+ "kick": cmdKick,
+ "ban": cmdBan,
+ "unban": cmdUnban,
"toggle": cmdToggle,
"logout": cmdLogout,
"sendevent": cmdSendEvent,
@@ -98,6 +101,7 @@ func NewCommandProcessor(parent *MainView) *CommandProcessor {
"setstate": cmdSetState,
"msetstate": cmdMSetState,
"rainbow": cmdRainbow,
+ "invite": cmdInvite,
},
}
}