Explorar el Código

Correct an outdated comment

master
achmizs hace 10 años
padre
commit
6210a28a9e
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      IRCClient/IRCClientSession.m

+ 2
- 2
IRCClient/IRCClientSession.m Ver fichero

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

Cargando…
Cancelar
Guardar