repartee 0.9.1

A modern terminal IRC client built with Ratatui and Tokio
1
2
3
4
5
6
use super::AppConfig;

/// Returns the default configuration, matching kokoirc's defaults but using `APP_NAME`.
pub fn default_config() -> AppConfig {
    AppConfig::default()
}