svoid openTwitchChatInChrome() { openTwitchChatInChrome("stefanreich"); } svoid openTwitchChatInChrome(S userName) { nohup(chromeCmd(false) + " --app=" + twitchChatURL(userName)); }