Rename hook module to hooks

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2024-08-31 22:20:35 +02:00 committed by pep
commit 2f101c617c
4 changed files with 4 additions and 4 deletions

View file

@ -13,7 +13,7 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
use crate::hook::{format_hook, Hook};
use crate::hooks::{format_hook, Hook};
use log::debug;
use xmpp::jid::{BareJid, Jid};