summaryrefslogtreecommitdiff
path: root/modules/9-listen.rkt
diff options
context:
space:
mode:
Diffstat (limited to 'modules/9-listen.rkt')
-rw-r--r--modules/9-listen.rkt6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/9-listen.rkt b/modules/9-listen.rkt
new file mode 100644
index 0000000..4ff35e8
--- /dev/null
+++ b/modules/9-listen.rkt
@@ -0,0 +1,6 @@
+#lang racket/base
+(require irc/core)
+(listen)
+
+; okay, maybe this is overdoing the modularity bit,
+; but I don't know where else to put this