Handbook
Glossary
make-log-path ( -- path )
Vocabulary
irc
.
logbot
Inputs
None
Outputs
path
an
object
Definition
USING:
io.pathnames
kernel
namespaces
splitting
;
IN:
irc.logbot
:
make-log-path
( -- path )
ircbot-log-directory
get
default-log-directory
or
bot-channel
"#"
?head
drop
append-path
;