summaryrefslogtreecommitdiffstats
path: root/Event.hs
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-10-17 19:08:15 +0200
committertv <tv@shackspace.de>2015-10-17 19:25:29 +0200
commitef344c57945d455c6752c2032c701d7f9315f69b (patch)
tree21139cf0cd844eb661e80978c04f91de48b93907 /Event.hs
parent3a2775bc5bd132109c8cfbd84b11a1e7cf633311 (diff)
replace hirc.hs by main.hs
Diffstat (limited to 'Event.hs')
-rw-r--r--Event.hs16
1 files changed, 16 insertions, 0 deletions
diff --git a/Event.hs b/Event.hs
new file mode 100644
index 0000000..87fc4e7
--- /dev/null
+++ b/Event.hs
@@ -0,0 +1,16 @@
+module Event where
+
+import Blessings
+import Scanner
+import qualified Hirc
+
+data Event =
+ EFlash (Blessings String) |
+ EScan Scan |
+ EReload |
+ EResize Int Int |
+ EPutLn String |
+ EHircConnect Hirc.Bot |
+ EHircMessage Hirc.Message |
+ EHircError Hirc.Error |
+ ETick