From: Camil Staps Date: Thu, 13 Jul 2017 13:28:27 +0000 (+0000) Subject: Use NOTICE instead of PRIVMSG X-Git-Url: https://git.martlubbers.net/?p=cloogle-irc.git;a=commitdiff_plain;h=cd75fc36319812f7f36d29719596950abdb3895a Use NOTICE instead of PRIVMSG --- diff --git a/cloogleirc.icl b/cloogleirc.icl index 69be839..596f8c4 100644 --- a/cloogleirc.icl +++ b/cloogleirc.icl @@ -173,7 +173,7 @@ Start w | m == "!restart" = (Nothing, w) | m.[0] == '!' # (msgs, w) = realProcess (split " " $ m % (1, size m)) w - = (Just $ map (PRIVMSG recipient) msgs, w) + = (Just $ map (NOTICE recipient) msgs, w) = (Just [], w) where recipient = case (\(CSepList [t:_]) -> t.[0]) t of