浏览代码

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;

正在加载...
取消
保存