From de9e80d18816cd11c4b7785e635a3fb0dfe0433a Mon Sep 17 00:00:00 2001 From: pb Date: Sun, 14 Mar 2010 11:52:41 +0000 Subject: modularization git-svn-id: https://ssl.buetow.org/repos/hsbot/trunk@22 9f8f72e9-4bf4-416e-b76e-7d4203597157 --- IRC.hs | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 IRC.hs (limited to 'IRC.hs') diff --git a/IRC.hs b/IRC.hs new file mode 100644 index 0000000..6897c71 --- /dev/null +++ b/IRC.hs @@ -0,0 +1,10 @@ +module IRC where + +import IO +import System + +import List +import Network +import System.IO +import Text.Printf + -- cgit v1.2.3