From 6cec9b08e8d23508a985dfe2e9fbf48cd4e05e66 Mon Sep 17 00:00:00 2001 From: Matt Mullins Date: Sun, 28 Aug 2011 14:53:01 -0500 Subject: [PATCH] Add irc application dependency on amqp application --- irc/irc.app | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, []}} ]}. -- 2.11.0