diff options
Diffstat (limited to 'Connection')
-rw-r--r-- | Connection/Tox.hs | 4 |
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 |
68 | data ToxProgress = | 68 | data 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 | ||
117 | s#\([A-Za-z]\+ [A-Za-z]\+\)\( *\) ->#\2\1# | ||
118 | |||