Move the ChanServ MODE command into modules/chanserv/mode.rs
This commit is contained in:
parent
677963924a
commit
b299c4f02e
3 changed files with 33 additions and 25 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue