Handbook
Glossary
log-message ( string timestamp -- )
Vocabulary
irc
.
logbot
Inputs
string
an
object
timestamp
an
object
Outputs
None
Definition
USING:
io
kernel
;
IN:
irc.logbot
:
log-message
( string timestamp -- )
[
add-timestamp
]
[
timestamp>stream
]
bi
[
stream-print
]
[
stream-flush
]
bi
;