Handbook
Glossary
timestamp>stream ( timestamp -- stream )
Vocabulary
irc
.
logbot
Inputs
timestamp
an
object
Outputs
stream
an
object
Definition
USING:
kernel
namespaces
;
IN:
irc.logbot
:
timestamp>stream
( timestamp -- stream )
dup
same-day?
[
drop
]
[
update-current-stream
]
if
current-stream
get
;