From 5f157d66a001224fd623b63e92505aa058599942 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 13 Aug 2017 19:03:02 +0200 Subject: Lib.hs: Move IRC-related code to a new "IRC" module Now that we have something sort of working on the IRC side of things, we can move it out into its own module to keep `Lib` clear and tidy. --- sorbot.cabal | 1 + 1 file changed, 1 insertion(+) (limited to 'sorbot.cabal') diff --git a/sorbot.cabal b/sorbot.cabal index 8b29113..f27aff6 100644 --- a/sorbot.cabal +++ b/sorbot.cabal @@ -16,6 +16,7 @@ cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Lib + , IRC , Message , Plugin , Plugin.Base -- cgit v1.2.3