irc: Convert handle-line to a message handler.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 6 Jan 2017 21:58:16 +0000 (15:58 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 6 Jan 2017 21:58:16 +0000 (15:58 -0600)
commit8a163053ad2008ef8be013224a8fd15b96287bdf
tree89baef47db5e12d16aa628ae093d5153708a90d1
parent83296548874c931ee51280571292b46339aea32b
irc: Convert handle-line to a message handler.

* 8sync/systems/irc.scm (<irc-bot>): Add 'handle-line action handler,
which points to handle-line generic.
(dispatch-raw-line): Send message to our own actor to call handle-line.
(handle-line): Convert to be an action handler.

* demos/ircbot.scm:
* doc/8sync-new-manual.org: Update implementers of handle-line generic
method.
8sync/systems/irc.scm
demos/ircbot.scm
doc/8sync-new-manual.org