summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2018-05-31 22:08:00 -0400
committerjoe <joe@jerkface.net>2018-05-31 22:08:00 -0400
commitbce19c5eaf5e07501b322811d7cc2be53db9e451 (patch)
treed94344848cd9b3b8d93910eba40f4d2cd613890e
parentf690b36615434feebdd63f721853e82fa5224297 (diff)
Oops, fixed syntax errors in Connection.Tox.
-rw-r--r--Connection/Tox.hs4
1 files changed, 1 insertions, 3 deletions
diff --git a/Connection/Tox.hs b/Connection/Tox.hs
index b4919437..29f6b0e4 100644
--- a/Connection/Tox.hs
+++ b/Connection/Tox.hs
@@ -65,7 +65,7 @@ import Text.Read
65-- Connection successful. 65-- Connection successful.
66-- 66--
67-- Encrypted packets -> <- Encrypted packets 67-- Encrypted packets -> <- Encrypted packets
68data ToxProgress = 68data ToxProgress
69 = AcquiringCookie -- ^ Attempting to obtain a cookie. 69 = AcquiringCookie -- ^ Attempting to obtain a cookie.
70 | AwaitingHandshake -- ^ Waiting to receive a handshake. 70 | AwaitingHandshake -- ^ Waiting to receive a handshake.
71 | AwaitingSessionPacket -- ^ Connection is "accepted" but not yet "confirmed". 71 | AwaitingSessionPacket -- ^ Connection is "accepted" but not yet "confirmed".
@@ -114,5 +114,3 @@ toxManager params = do
114 , showKey = show -- k -> String 114 , showKey = show -- k -> String
115 } 115 }
116 116
117s#\([A-Za-z]\+ [A-Za-z]\+\)\( *\) ->#\2\1#
118