From: dopefishh Date: Thu, 13 Jul 2017 13:32:20 +0000 (+0200) Subject: Merge pull request #9 from clean-cloogle/notice X-Git-Url: https://git.martlubbers.net/?p=cloogle-irc.git;a=commitdiff_plain;h=4a29715c070017ab3652a259c36ea3d5fbc7b7a9;hp=93f0540991809d459cfc3061c88fc07d1cfc948c Merge pull request #9 from clean-cloogle/notice 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