X-Git-Url: https://git.martlubbers.net/?p=cloogle-irc.git;a=blobdiff_plain;f=cloogleirc.icl;h=3e89acc8f2d172f0810f6b8a7522ccca3f78f171;hp=0fc25f9b2d06eab2460ddaef63d41c8abf024514;hb=73e3f056b86da6bd5ac20b0f14a28ac7f79512d1;hpb=ad6f64c9f6b343f0e64eff1d3d7fa821cff203b0 diff --git a/cloogleirc.icl b/cloogleirc.icl index 0fc25f9..3e89acc 100644 --- a/cloogleirc.icl +++ b/cloogleirc.icl @@ -190,6 +190,7 @@ Start w | m.[0] == '!' # (msgs, w) = realProcess (split " " $ m % (1, size m)) w = (Just $ map reply msgs, w) + | m % (0,4) == "\001PING" = (Just [reply m], w) = (Just [], w) where reply = case (\(CSepList [t:_]) -> t.[0]) t of