Add -[description] to IRCChannel.
FossilOrigin-Name: 0d1dcda269e105dee65f299ca248243ea96946c5ce0a8897e84d3dfb42b8c266
This commit is contained in:
parent
787adc6c9d
commit
3180fb3557
1 changed files with 5 additions and 0 deletions
|
@ -50,4 +50,9 @@
|
||||||
|
|
||||||
[super dealloc];
|
[super dealloc];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
- (OFString*)description
|
||||||
|
{
|
||||||
|
return name;
|
||||||
|
}
|
||||||
@end
|
@end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue