From cd75fc36319812f7f36d29719596950abdb3895a Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 13 Jul 2017 13:28:27 +0000 Subject: [PATCH] Use NOTICE instead of PRIVMSG --- cloogleirc.icl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1