diff options
author | lassulus <lassulus@lassul.us> | 2021-10-25 10:21:04 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2021-10-25 10:21:04 +0200 |
commit | 33b534acd07c8b6f32e9cf5539ca7d1812c7e0a7 (patch) | |
tree | fd065a02bd4bec188235937e25d8cbddd4171ebf | |
parent | a01ae1498f5c32fe06fef4327f23be4e5fbd73f3 (diff) |
Reaktor.API: remove redundant comment
-rw-r--r-- | src/Reaktor/API.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Reaktor/API.hs b/src/Reaktor/API.hs index 4cc4fe9..5836b12 100644 --- a/src/Reaktor/API.hs +++ b/src/Reaktor/API.hs @@ -79,7 +79,6 @@ main Actions{..} = \case serveTest :: Message -> Handler NoContent serveTest = \case - -- Allowing just private messages to (registered) channels for now. msg@(Message Nothing PRIVMSG [msgtarget,_]) | isChannelName msgtarget -> do liftIO $ aSend msg return NoContent |