From: Matt Mullins Date: Sun, 28 Aug 2011 19:53:01 +0000 (-0500) Subject: Add irc application dependency on amqp application X-Git-Tag: v5~21 X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=6cec9b08e8d23508a985dfe2e9fbf48cd4e05e66;p=erlbot.git Add irc application dependency on amqp application --- diff --git a/irc/irc.app b/irc/irc.app index 733f658..2a1ff2c 100644 --- a/irc/irc.app +++ b/irc/irc.app @@ -3,6 +3,6 @@ {vsn, "3"}, {modules, [irc_util, irc_app, irc_sup, irc_net_sup, irc_conn]}, {registered, [irc_sup]}, - {applications, [core]}, + {applications, [core, amqp]}, {mod, {irc_app, []}} ]}.