Handbook
Glossary
/JOIN ( channel password -- )
Vocabulary
irc
.
client
.
internals
Inputs
channel
an
object
password
an
object
Outputs
None
Definition
USING:
irc.client.base
kernel
sequences
;
IN:
irc.client.internals
:
/JOIN
( channel password -- )
[
" :"
glue
]
when*
"JOIN "
prepend
irc-print
;