summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ToxToXMPP.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ToxToXMPP.hs b/ToxToXMPP.hs
index 804f1db3..f23f964c 100644
--- a/ToxToXMPP.hs
+++ b/ToxToXMPP.hs
@@ -225,7 +225,7 @@ startConnecting0 tx them contact = do
225 , friendRequestText = mempty 225 , friendRequestText = mempty
226 } 226 }
227 sendMessage tr route (pub,Tox.OnionFriendRequest fr) 227 sendMessage tr route (pub,Tox.OnionFriendRequest fr)
228 scheduleSearch announcer akey meth pub 228 scheduleSearch announcer akey meth them
229 229
230startConnecting :: ToxToXMPP -> PublicKey -> IO () 230startConnecting :: ToxToXMPP -> PublicKey -> IO ()
231startConnecting tx them = do 231startConnecting tx them = do