diff options
author | tv <tv@krebsco.de> | 2019-01-24 15:00:33 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2019-01-24 15:02:22 +0100 |
commit | 34b66e54660d40378020058714e9499e86d3d96b (patch) | |
tree | 5ee9f518cf1b072e9cd20f159a2306956a903af4 /src/Reaktor/Internal.hs | |
parent | 4fa5cb937c016f8c10bf8f40d017ca3a436db2d3 (diff) |
Reaktor.Internal: play ping-pong quietly
Diffstat (limited to 'src/Reaktor/Internal.hs')
-rw-r--r-- | src/Reaktor/Internal.hs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Reaktor/Internal.hs b/src/Reaktor/Internal.hs index 74db9c3..48a3f24 100644 --- a/src/Reaktor/Internal.hs +++ b/src/Reaktor/Internal.hs @@ -15,10 +15,7 @@ data Actions = Actions { aIsSecure :: Bool , aSend :: Message -> IO () - , aSendQuiet :: Message -> IO () - , aLog :: Blessings ByteString -> IO () - , aLogMsg :: Message -> IO () , aSetNick :: ByteString -> IO () , aGetNick :: IO ByteString |