Handbook
Glossary
detach-chat ( irc-chat -- )
IRC Client
Prev:
attach-chat ( irc-chat irc-client -- )
Next:
hear ( irc-chat -- message )
Vocabulary
irc
.
client
Stop an unregister chat
Inputs
irc-chat
an irc chat object
Outputs
None
Word description
Unregisters
irc-chat
from
irc-client
and stops listening. This is how you part from a channel.
Definition
USING:
accessors
irc.client.base
irc.client.internals
kernel
;
IN:
irc.client
:
detach-chat
( irc-chat -- )
dup
client>>
[
remove-chat
]
with-irc
;