summaryrefslogtreecommitdiff
path: root/Presence/Presence.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Presence/Presence.hs')
-rw-r--r--Presence/Presence.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Presence/Presence.hs b/Presence/Presence.hs
index f8a18388..8cdd1cdc 100644
--- a/Presence/Presence.hs
+++ b/Presence/Presence.hs
@@ -745,7 +745,7 @@ deliverMessage state fail msg =
745 deliverToConsole state fail msg' 745 deliverToConsole state fail msg'
746 else do 746 else do
747 forM_ chans $ \(from',Conn { connChan=chan}) -> do 747 forM_ chans $ \(from',Conn { connChan=chan}) -> do
748 -- TODO: Cloning isn't really neccessary unless there are multiple 748 -- TODO: Cloning isn't really necessary unless there are multiple
749 -- destinations and we should probably transition to minimal cloning, 749 -- destinations and we should probably transition to minimal cloning,
750 -- or else we should distinguish between announcable stanzas and 750 -- or else we should distinguish between announcable stanzas and
751 -- consumable stanzas and announcables use write-only broadcast 751 -- consumable stanzas and announcables use write-only broadcast