From 392772977f394ad2f3ad1a9d9b9c3e60bd6ccdc3 Mon Sep 17 00:00:00 2001 From: Badlop Date: Thu, 26 Mar 2015 13:59:36 +0100 Subject: [PATCH] Add mod_admin_extra as a commented module Previous commits were done with: for i in `git log --reverse --date-order --format=%h mod_admin_extra.erl`; do git format-patch -1 $i; cat 00* >>patch; rm 00*; done Then editing patch to remove unneeded files and fix path. --- ejabberd.yml.example | 1 + 1 file changed, 1 insertion(+) diff --git a/ejabberd.yml.example b/ejabberd.yml.example index 3d69df236..723dfa50c 100644 --- a/ejabberd.yml.example +++ b/ejabberd.yml.example @@ -553,6 +553,7 @@ language: "en" ## modules: mod_adhoc: {} + ## mod_admin_extra: {} mod_announce: # recommends mod_adhoc access: announce mod_blocking: {} # requires mod_privacy -- 2.40.0