aboutsummaryrefslogtreecommitdiffstats
path: root/commands/account/connection.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/account/connection.go')
-rw-r--r--commands/account/connection.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/account/connection.go b/commands/account/connection.go
index 126c79f1..7ea1ef0b 100644
--- a/commands/account/connection.go
+++ b/commands/account/connection.go
@@ -15,6 +15,10 @@ func init() {
commands.Register(Connection{})
}
+func (Connection) Description() string {
+ return "Disconnect or reconnect the current account."
+}
+
func (Connection) Context() commands.CommandContext {
return commands.MESSAGE_LIST
}