modules: move all per-module state/config out of server.rs/config.rs into own files
This commit is contained in:
parent
0d4c9297b5
commit
131471e245
18 changed files with 525 additions and 425 deletions
|
|
@ -18,6 +18,7 @@ pub mod command;
|
|||
pub mod config;
|
||||
pub mod coremods;
|
||||
pub mod extensible;
|
||||
pub mod http;
|
||||
pub mod ircd;
|
||||
pub mod link;
|
||||
pub mod message;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue