feat: wire all tasks together in main with signal handling
Made-with: Cursor
This commit is contained in:
@@ -12,7 +12,7 @@ pub struct BridgeConfig {
|
||||
pub control: ControlConfig,
|
||||
}
|
||||
|
||||
#[derive(Debug, Deserialize)]
|
||||
#[derive(Debug, Clone, Deserialize)]
|
||||
pub struct IrcConfig {
|
||||
pub server: String,
|
||||
#[serde(default = "default_irc_port")]
|
||||
|
||||
Reference in New Issue
Block a user