Move the ChanServ MODE command into modules/chanserv/mode.rs

This commit is contained in:
Jean Chevronnet 2026-07-12 10:46:27 +00:00
parent 677963924a
commit b299c4f02e
No known key found for this signature in database
3 changed files with 33 additions and 25 deletions

View file

@ -16,4 +16,4 @@ stay flat (`crate::proto`, `crate::nickserv`, `crate::chanserv`).
## Naming
A service directory holds its pseudoclient file plus, as commands are split out,
one file per command with the service prefix: `ns_register.rs`, `cs_mode.rs`, etc.
one file per command: `register.rs`, `mode.rs`, etc.