holds various info on a channel that the user is a member of.
addMember:
note that memberName is on the channel. memberName should be given in the user's preferred capitalization
addMembers:
changeTopic:
attempt to change the topic
connection
return the IRC connection I am watching
memberNames
names of the clients subscribing to this channel
name
name of the channel, in its preferred capitalization
removeMember:
note that memberName has left (PART-ed or QUIT-ed) the channel
subscribe:
add anObject as a subscriber. anObject must respond to ircMessageRecieved
subscribers
collection of objects watching for messages on the channel
topic
topic:
unsubscribe:
unsubscribe anObject
openUserList
open a listing with all the users on this channel
sendMessage:
send a message on the channel
initializeName:connection:
forChannelNamed:onConnection:
create an instance for the channel with the given name