Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2018-06-20 12:27:44 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2018-06-20 12:27:44 +0300
commit3a5d2dbed8f089b112eba7998e2ad0d2508f01cb (patch)
treefb2e9ab4348bcf691d673879e00dfcb17eea9dd0 /examples
parentaea6166efe49311766066bcc1a301e91a459e540 (diff)
Move mod_irc to ejabberd-contrib
Diffstat (limited to 'examples')
-rw-r--r--examples/mtr/ejabberd-netbsd.sh2
-rw-r--r--examples/mtr/ejabberd.cfg1
2 files changed, 1 insertions, 2 deletions
diff --git a/examples/mtr/ejabberd-netbsd.sh b/examples/mtr/ejabberd-netbsd.sh
index 9896c9bc4..31d01b6b8 100644
--- a/examples/mtr/ejabberd-netbsd.sh
+++ b/examples/mtr/ejabberd-netbsd.sh
@@ -70,7 +70,7 @@ done
echo '7. compile ejabberd'
gmake
-for A in mod_irc mod_muc mod_pubsub; do
+for A in mod_muc mod_pubsub; do
(cd $A; gmake)
done
diff --git a/examples/mtr/ejabberd.cfg b/examples/mtr/ejabberd.cfg
index 6f4f4b284..b1023ee0e 100644
--- a/examples/mtr/ejabberd.cfg
+++ b/examples/mtr/ejabberd.cfg
@@ -51,7 +51,6 @@ override_acls.
{mod_offline, []},
{mod_echo, [{host, "echo.jabber.dbc.mtview.ca.us"}]},
{mod_private, []},
-% {mod_irc, []},
{mod_muc, []},
{mod_pubsub, []},
{mod_time, []},