Differences From Artifact [e0dbfa2d7a]:
- File src/IRCChannel.m — part of check-in [ba81f68105] at 2011-03-22 02:37:48 on branch trunk — Initial import. (user: js, size: 1514) [annotate] [blame] [check-ins using]
To Artifact [902ac1c988]:
- File src/IRCChannel.m — part of check-in [0d1dcda269] at 2011-09-09 16:18:01 on branch trunk — Add -[description] to IRCChannel. (user: js, size: 1558) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
46 47 48 49 50 51 52 53 | - (void)dealloc { [name release]; [super dealloc]; } @end | > > > > > | 46 47 48 49 50 51 52 53 54 55 56 57 58 | - (void)dealloc { [name release]; [super dealloc]; } - (OFString*)description { return name; } @end |