Correct an outdated comment
This commit is contained in:
parent
11bcf9913e
commit
6210a28a9e
@ -343,8 +343,8 @@ static NSDictionary* ircNumericCodeList;
|
|||||||
|
|
||||||
if ([_nickname isEqualToData:nickOnly])
|
if ([_nickname isEqualToData:nickOnly])
|
||||||
{
|
{
|
||||||
// We just joined a channel; allocate an IRCClientChannel object and send it
|
// We just joined a channel; allocate an IRCClientChannel object and
|
||||||
// to the main thread.
|
// add it to our channels list.
|
||||||
|
|
||||||
IRCClientChannel* newChannel = [[IRCClientChannel alloc] initWithName:channelName andIRCSession:_irc_session];
|
IRCClientChannel* newChannel = [[IRCClientChannel alloc] initWithName:channelName andIRCSession:_irc_session];
|
||||||
_channels[channelName] = newChannel;
|
_channels[channelName] = newChannel;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user