Use *init* and *cleanup* in existing actors.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 5 Jan 2017 02:02:13 +0000 (20:02 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 5 Jan 2017 02:02:13 +0000 (20:02 -0600)
commit68472a819457ce0e6053b59b2b9a1657669e8801
tree0e06dfdebc3e7974bea235cb62e7a7fc04c71d3e
parentb4d48459b192645cd9537830f9ddecbf138f11ec
Use *init* and *cleanup* in existing actors.

* 8sync/repl.scm (<repl-manager>):
* 8sync/systems/irc.scm (<irc-bot>): Switch from an 'init action to the
implicit '*init* action.

* 8sync/systems/irc.scm (<irc-bot>, irc-bot-cleanup): Add *cleanup*
handler.

* demos/ircbot.scm:
* doc/8sync-new-manual.org: Drop some calls to 'init when
bootstrapping-messages since we now use '*init*.
8sync/repl.scm
8sync/systems/irc.scm
demos/ircbot.scm
doc/8sync-new-manual.org