X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=doc%2F8sync-new-manual.org;h=c4cf67ef337e0f19c56e99a289db0a8772db60ec;hp=bd6bb319fad467e154d23b77122209099d523d22;hb=68472a819457ce0e6053b59b2b9a1657669e8801;hpb=b4d48459b192645cd9537830f9ddecbf138f11ec diff --git a/doc/8sync-new-manual.org b/doc/8sync-new-manual.org index bd6bb31..c4cf67e 100644 --- a/doc/8sync-new-manual.org +++ b/doc/8sync-new-manual.org @@ -165,7 +165,7 @@ yet. Time to fix that! #:username username #:server server #:channels channels)) - (run-hive hive (list (bootstrap-message hive irc-bot 'init)))) + (run-hive hive '())) #+END_SRC Actors are connected to something called a "hive", which is a @@ -434,8 +434,7 @@ Redefine run-bot like so: (bootstrap-actor* hive "repl" #:path repl-path)) - (run-hive hive (list (bootstrap-message hive irc-bot 'init) - (bootstrap-message hive repl-manager 'init)))) + (run-hive hive '())) #+END_SRC If we put a call to run-bot at the bottom of our file we can call it,