pub async fn init_default(
    config: &mut Config,
    nickname: Option<String>,
    server: Option<&str>
) -> Result<InitDefaultResult, Error>