aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msg/bounce.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/msg/bounce.go')
-rw-r--r--commands/msg/bounce.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/msg/bounce.go b/commands/msg/bounce.go
index 1460951d..0c0452b4 100644
--- a/commands/msg/bounce.go
+++ b/commands/msg/bounce.go
@@ -27,6 +27,10 @@ func init() {
commands.Register(Bounce{})
}
+func (Bounce) Description() string {
+ return "Re-send the selected message(s) to the specified addresses."
+}
+
func (Bounce) Aliases() []string {
return []string{"bounce", "resend"}
}