Add -[description] to IRCChannel.

FossilOrigin-Name: 0d1dcda269e105dee65f299ca248243ea96946c5ce0a8897e84d3dfb42b8c266
This commit is contained in:
Jonathan Schleifer 2011-09-09 16:18:00 +00:00
parent 787adc6c9d
commit 3180fb3557

View file

@ -50,4 +50,9 @@
[super dealloc];
}
- (OFString*)description
{
return name;
}
@end