Skip to content

Commit

Permalink
Channels should be public by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
archaelus committed Nov 2, 2008
1 parent 98a1337 commit bda8703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/irc_channel.erl
Expand Up @@ -68,7 +68,7 @@ shutdown(Pid) ->
init([Chan = #chan{}]) ->
true = gproc:reg(gproc_name(Chan),self()),
{ok, Chan#chan{topic=undefined,
mode=""}}.
mode=public}}.

%%--------------------------------------------------------------------
%% @private
Expand Down

0 comments on commit bda8703

Please sign in to comment.