aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--commands/account/select.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/account/select.go b/commands/account/select.go
index bd44c1b..707f6c9 100644
--- a/commands/account/select.go
+++ b/commands/account/select.go
@@ -8,6 +8,7 @@ import (
)
func init() {
+ register("select", SelectMessage)
register("select-message", SelectMessage)
}