Renamed irc_sup to irc_net_sup; added some documentation
authorMatt Mullins <mmullins@mmlx.us>
Wed, 18 May 2011 05:04:18 +0000 (00:04 -0500)
committerMatt Mullins <mmullins@mmlx.us>
Wed, 18 May 2011 05:04:18 +0000 (00:04 -0500)
irc/irc_net_sup.erl [moved from irc/irc_sup.erl with 83% similarity]

similarity index 83%
rename from irc/irc_sup.erl
rename to irc/irc_net_sup.erl
index 207efe0..87dc4c0 100644 (file)
@@ -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([