terminal: help for /i and /net commands (#842)

* terminal: help for /i and /net commands

* fix servers output

* update message

* EOL
This commit is contained in:
Evgeny Poberezkin
2022-07-26 07:29:28 +01:00
committed by GitHub
parent f150932e44
commit e7f3dc3f41
5 changed files with 31 additions and 15 deletions
+1
View File
@@ -2467,6 +2467,7 @@ chatCommandP =
("/help groups" <|> "/help group" <|> "/hg") $> ChatHelp HSGroups,
("/help address" <|> "/ha") $> ChatHelp HSMyAddress,
("/help messages" <|> "/hm") $> ChatHelp HSMessages,
("/help settings" <|> "/hs") $> ChatHelp HSSettings,
("/help" <|> "/h") $> ChatHelp HSMain,
("/group #" <|> "/group " <|> "/g #" <|> "/g ") *> (NewGroup <$> groupProfile),
("/add #" <|> "/add " <|> "/a #" <|> "/a ") *> (AddMember <$> displayName <* A.space <*> displayName <*> memberRole),