ObjIRC  Diff

Differences From Artifact [e0dbfa2d7a]:

To Artifact [902ac1c988]:


46
47
48
49
50
51
52





53
46
47
48
49
50
51
52
53
54
55
56
57
58







+
+
+
+
+


- (void)dealloc
{
	[name release];

	[super dealloc];
}

- (OFString*)description
{
	return name;
}
@end