mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 18:22:50 +01:00
modules/vm: Call the post hook for EDU's as well.
This commit is contained in:
parent
5384bd8609
commit
30834dfd23
1 changed files with 3 additions and 0 deletions
|
@ -667,6 +667,9 @@ ircd::m::vm::execute_edu(eval &eval,
|
||||||
if(eval.opts->eval)
|
if(eval.opts->eval)
|
||||||
eval_hook(event, eval);
|
eval_hook(event, eval);
|
||||||
|
|
||||||
|
if(eval.opts->post)
|
||||||
|
post_hook(event, eval);
|
||||||
|
|
||||||
return fault::ACCEPT;
|
return fault::ACCEPT;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue