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:
parent
7bf9e4c0b8
commit
ee98fade40
4 changed files with 197 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue