mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-05 02:26:01 +00:00
chat: fix welcome line (#51)
This commit is contained in:
2
Main.hs
2
Main.hs
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user