Handbook
Glossary
?clear-participants ( channel-chat -- )
Vocabulary
irc
.
client
.
participants
Inputs
channel-chat
an
object
Outputs
None
Definition
USING:
accessors
assocs
kernel
;
IN:
irc.client.participants
:
?clear-participants
( channel-chat -- )
dup
clear-participants>>
[
f
>>clear-participants
participants>>
clear-assoc
]
[
drop
]
if
;