From: Matt Mullins Date: Wed, 18 May 2011 05:04:18 +0000 (-0500) Subject: Renamed irc_sup to irc_net_sup; added some documentation X-Git-Tag: v4~18 X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=7e6ae14cc43c005609ac66ea378c5ac012a77855;p=erlbot.git Renamed irc_sup to irc_net_sup; added some documentation --- diff --git a/irc/irc_sup.erl b/irc/irc_net_sup.erl similarity index 83% rename from irc/irc_sup.erl rename to irc/irc_net_sup.erl index 207efe0..87dc4c0 100644 --- a/irc/irc_sup.erl +++ b/irc/irc_net_sup.erl @@ -1,4 +1,9 @@ --module(irc_sup). +%% @doc Supervises a connection to an IRC network +%% +%% This spawns a process to handle the connection to the server. +%% In the future, it will also spawn more processes to represent users, etc. + +-module(irc_net_sup). -behavior(supervisor). -export([