Skip to content

Commit

Permalink
Updating erlirc module list in app file.
Browse files Browse the repository at this point in the history
  • Loading branch information
archaelus committed Nov 2, 2008
1 parent c5a464d commit 83d8df0
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion src/erlirc.app
Expand Up @@ -3,6 +3,25 @@
{vsn, "0.1"},
{applications, [kernel, stdlib, sasl]},
{mod, {irc_app, []}},
{modules, [irc_app, irc_sup]},
{modules, [erlirc_log
,gen_irc
,gen_leader
,gproc
,irc_app
,irc_channel
,irc_channel_tests
,irc_cmd
,irc_commands
,irc_connection
,irc_messages
,irc_messages_tests
,irc_numerics
,irc_parser
,irc_s2c_fsm
,irc_server
,irc_sup
,irc_user
,tcp_server
]},
{registered, [irc_sup]}
]}.

0 comments on commit 83d8df0

Please sign in to comment.