From 3a5d2dbed8f089b112eba7998e2ad0d2508f01cb Mon Sep 17 00:00:00 2001 From: Evgeniy Khramtsov Date: Wed, 20 Jun 2018 12:27:44 +0300 Subject: Move mod_irc to ejabberd-contrib --- examples/mtr/ejabberd-netbsd.sh | 2 +- examples/mtr/ejabberd.cfg | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'examples') 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, []}, -- cgit v1.2.3