소스 검색

Correct an outdated comment

master
achmizs 10 년 전
부모
커밋
6210a28a9e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      IRCClient/IRCClientSession.m

+ 2
- 2
IRCClient/IRCClientSession.m 파일 보기

@@ -343,8 +343,8 @@ static NSDictionary* ircNumericCodeList;
if ([_nickname isEqualToData:nickOnly])
{
// We just joined a channel; allocate an IRCClientChannel object and send it
// to the main thread.
// We just joined a channel; allocate an IRCClientChannel object and
// add it to our channels list.
IRCClientChannel* newChannel = [[IRCClientChannel alloc] initWithName:channelName andIRCSession:_irc_session];
_channels[channelName] = newChannel;

Loading…
취소
저장