RircdState::run()

This commit is contained in:
some body 2021-09-16 15:53:37 -05:00
parent aa77d3d2a5
commit b46606b701
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ pub struct RircdState {
impl RircdState {
pub fn new() -> Result<Self> {
//TODO remove (for testing)
let eps: Vec<Arc<dyn Endpoint>> = vec![
Arc::new(IrcEndpoint {} ),
];