summaryrefslogtreecommitdiff
path: root/dht/Presence/Chat.hs
diff options
context:
space:
mode:
Diffstat (limited to 'dht/Presence/Chat.hs')
-rw-r--r--dht/Presence/Chat.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/dht/Presence/Chat.hs b/dht/Presence/Chat.hs
index 03bea44b..9c109895 100644
--- a/dht/Presence/Chat.hs
+++ b/dht/Presence/Chat.hs
@@ -34,7 +34,7 @@ newtype Affiliation = Affiliation
34 { reservedNick :: Text 34 { reservedNick :: Text
35 } 35 }
36 36
37data ChatEvent = Join | Part | Action Text | Talk Text -- | NickChange Text 37data ChatEvent = Join | Part | Action Text | Talk Text -- NickChange Text
38 deriving (Eq,Ord,Show) 38 deriving (Eq,Ord,Show)
39 39
40data Membership = Outside | Inside 40data Membership = Outside | Inside