filter (m_filter) as a self-contained module: Server.ext typemap for module state + module_commands() wiring; FILTER command + on_pre_message hook all in modules/filter.rs

This commit is contained in:
Jean Chevronnet 2026-08-08 22:34:56 +00:00
parent 7bf9e4c0b8
commit ee98fade40
4 changed files with 197 additions and 0 deletions

View file

@ -29,6 +29,7 @@ pub fn command_table() -> HashMap<&'static str, Box<dyn Command>> {
.chain(core_info::commands())
.chain(core_extra::commands())
.chain(core_watch::commands())
.chain(crate::modules::module_commands())
{
m.insert(c.name(), c);
}