DRAFT irc: Remove 0.4.2 interface. -- after 0.5.0 release.
[8sync.git] / demos / ircbot.scm
2023-08-17 Janneke Nieuwenhuizendemos: irc-bot: Refactor message handling using new...
2023-08-17 Janneke Nieuwenhuizendemos: ircbot: Do not assume /usr/bin/guile.
2017-01-11 Christopher Allan... Update copyrights.
2017-01-06 Christopher Allan... irc: Convert handle-line to a message handler.
2017-01-05 Christopher Allan... Use *init* and *cleanup* in existing actors.
2017-01-04 Christopher Allan... actors: Add auto-init feature to actors.
2017-01-03 Christopher Allan... actors: Implicit from-actor argument <-foo methods...
2017-01-02 Christopher Allan... actors: Rename ez-run-hive to run-hive.
2016-12-27 Christopher Allan... actors: Add new method of running REPL via REPL actor.
2016-12-25 Christopher Allan... demos: Import format in ircbot.scm.
2016-12-23 Christopher Allan... irc: Shorten generic method names.
2016-12-23 Christopher Allan... irc: Move irc-bot code to make use of generic methods
2016-12-23 Christopher Allan... irc: Update irc code to use actors.
2015-11-29 Christopher Allan... Renaming `eightsync' to `8sync' everywhere in the code
2015-11-29 Christopher Allan... Updating copyright headers to be more "modern"
2015-11-24 Christopher Allan... Show off some greetings
2015-11-23 Christopher Allan... removing whitespace
2015-11-23 Christopher Allan... Make IRC bot easier to add commands to
2015-11-23 Christopher Allan... Moving the irc bot demo to systems