Procházet zdrojové kódy

Correct an outdated comment

master
achmizs před 10 roky
rodič
revize
6210a28a9e
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2
    2
      IRCClient/IRCClientSession.m

+ 2
- 2
IRCClient/IRCClientSession.m Zobrazit soubor

@@ -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;

Načítá se…
Zrušit
Uložit