chat: fix welcome line (#51)

This commit is contained in:
Efim Poberezkin
2021-02-25 01:36:05 +04:00
parent d5ea9793dc
commit 4da27e0dfa

View File

@@ -118,7 +118,7 @@ chatHelpInfo =
main :: IO ()
main = do
ChatOpts {dbFileName, smpServer, name} <- getChatOpts
putStrLn "simpleX chat prototype (no encryption), \"/help\" for usage information"
putStrLn "simpleX chat prototype, \"/help\" for usage information"
let user = Contact <$> name
t <- getChatClient smpServer user
ct <- newChatTerminal (tbqSize cfg) user