summaryrefslogtreecommitdiff
path: root/IRC.hs
diff options
context:
space:
mode:
Diffstat (limited to 'IRC.hs')
-rw-r--r--IRC.hs10
1 files changed, 10 insertions, 0 deletions
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
+