irc.logbot vocabulary
Factor documentation > Factor handbook > Vocabulary index


Summary
An IRC logging bot

Meta-data
Authors:Bruno Deferrari


Words

Generic words
WordStack effect
handle-message( msg -- )


Symbol words
current-day
current-stream


Ordinary words
WordStack effect
add-timestamp( string timestamp -- string )
bot-channel( -- value )
bot-loop( chat -- )
bot-profile( -- obj )
log-directory( -- value )
log-message( string timestamp -- )
logbot( -- )
same-day?( timestamp -- ? )
start-bot( -- )
timestamp-path( timestamp -- path )
timestamp>stream( timestamp -- stream )
update-current-stream( timestamp -- )


Files
resource:extra/irc/logbot/logbot.factor
resource:extra/irc/logbot/logbot-docs.factor


Children from resource:extra
VocabularySummary
irc.logbot.log-lineIRC message formatting for logs