aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/IRC.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IRC.hs b/src/IRC.hs
index 1c6a7f5..f02f76c 100644
--- a/src/IRC.hs
+++ b/src/IRC.hs
@@ -16,7 +16,7 @@ import Plugin (matchPlugin, performPlugin)
connectIRC :: B.ByteString -> Int -> T.Text -> IO ()
connectIRC host port nick = do
- conn <- IRC.connectWithTLS host port 1
+ conn <- IRC.connectWithTLS host port 0.2
let cfg = IRC.defaultIRCConf nick
let cfg' = cfg
{