Browse Source

fix HS STATUS help strings

tags/v2.7.0-rc1
Shivaram Lingamneni 3 years ago
parent
commit
91cdb96bcb
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      irc/hostserv.go

+ 3
- 3
irc/hostserv.go View File

@@ -53,9 +53,9 @@ OFF disables your vhost, if you have one approved.`,
53 53
 			handler: hsStatusHandler,
54 54
 			help: `Syntax: $bSTATUS [user]$b
55 55
 
56
-STATUS displays your current vhost, if any, and the status of your most recent
57
-request for a new one. A server operator can view someone else's status.`,
58
-			helpShort: `$bSTATUS$b shows your vhost and request status.`,
56
+STATUS displays your current vhost, if any, and whether it is enabled or
57
+disabled. A server operator can view someone else's status.`,
58
+			helpShort: `$bSTATUS$b shows your vhost status.`,
59 59
 			enabled:   hostservEnabled,
60 60
 		},
61 61
 		"set": {

Loading…
Cancel
Save