Handbook
Glossary
add-timestamp ( string timestamp -- string )
Vocabulary
irc
.
logbot
Inputs
string
an
object
timestamp
an
object
Outputs
string
an
object
Definition
USING:
formatting
sequences
;
IN:
irc.logbot
:
add-timestamp
( string timestamp -- string )
"[%H:%M:%S] "
strftime
prepend
;