From: Christopher Allan Webber Date: Tue, 8 Aug 2017 20:09:04 +0000 (-0500) Subject: irc: Remove import of (8sync agenda) module. X-Git-Url: https://jxself.org/git/?p=8sync.git;a=commitdiff_plain;h=d21f6b70e8efcfe5ebd00bd2e5293fe1656afdff irc: Remove import of (8sync agenda) module. * 8sync/systems/irc.scm: Remove import of (8sync agenda) module. --- diff --git a/8sync/systems/irc.scm b/8sync/systems/irc.scm index 404d1f4..1ca3243 100755 --- a/8sync/systems/irc.scm +++ b/8sync/systems/irc.scm @@ -18,7 +18,6 @@ (define-module (8sync systems irc) #:use-module (8sync repl) - #:use-module (8sync agenda) #:use-module (8sync actors) #:use-module (srfi srfi-9) #:use-module (ice-9 getopt-long)