diff --git a/main.go b/main.go index 875aa13..d83ecbc 100644 --- a/main.go +++ b/main.go @@ -37,6 +37,7 @@ func main() { } defer g.Close() g.SetManagerFunc(layout) + go RunCommand("config", "load") go populateList() go updateChatWindow() if len(os.Args) > 1 {