Handbook
Glossary
rename-participant* ( new old -- )
Vocabulary
irc
.
client
.
participants
Inputs
new
an
object
old
an
object
Outputs
None
Definition
USING:
irc.client.base
kernel
sequences
;
IN:
irc.client.participants
:
rename-participant*
( new old -- )
[
dup
participant-chats
[
rename-participant
]
2with
each
]
[
dup
chat>
[
rename-nick-chat
]
[
2drop
]
if
]
2bi
;