Handbook
Glossary
irc-channel-chat
IRC Client
Prev:
irc-server-chat
Next:
irc-nick-chat
Vocabulary
irc
.
client
.
chats
Chat for irc channels
Definition
IN:
irc.client.chats
TUPLE:
irc-channel-chat
<
irc-chat
name password participants clear-participants
;
Methods
USING:
accessors
assocs
irc.client.chats
irc.client.participants
;
M:
irc-channel-chat
has-participant?
participants>>
key?
;
USING:
accessors
irc.client.chats
irc.client.internals
kernel
;
M:
irc-channel-chat
initialize-chat
[
name>>
]
[
password>>
]
bi
/JOIN
;
USING:
accessors
irc.client.base
irc.client.chats
irc.client.internals
irc.messages.parser
kernel
sequences
;
M:
irc-channel-chat
remove-chat
[
name>>
"PART "
prepend
string>irc-message
irc-send
]
[
name>>
unregister-chat
]
bi
;