echo/memoserv/src
Jean 6a794eabff
Split BotServ and MemoServ into one-file-per-command modules
Match the NickServ/ChanServ layout: lib.rs keeps only the service struct
and the on_command dispatcher, and each command moves to its own file
bridged with #[path]. No behaviour change.

BotServ: bot.rs, assign.rs.
MemoServ: send.rs, list.rs, read.rs, del.rs.
2026-07-13 14:01:59 +00:00
..
del.rs Split BotServ and MemoServ into one-file-per-command modules 2026-07-13 14:01:59 +00:00
lib.rs Split BotServ and MemoServ into one-file-per-command modules 2026-07-13 14:01:59 +00:00
list.rs Split BotServ and MemoServ into one-file-per-command modules 2026-07-13 14:01:59 +00:00
read.rs Split BotServ and MemoServ into one-file-per-command modules 2026-07-13 14:01:59 +00:00
send.rs Split BotServ and MemoServ into one-file-per-command modules 2026-07-13 14:01:59 +00:00