X-Git-Url: https://git.martlubbers.net/?p=cloogle-irc.git;a=blobdiff_plain;f=cloogleirc.icl;h=980ea11564f9dc61a8511bef04cab7510c2ec5ca;hp=5d05563ddd50c5532749fc6fe8da6ddbddd3dc99;hb=708f2d439b306fe546e86e1a5a65c4081a1a2677;hpb=a5d6131905cd21b8cf87f2157fc7c5d440845eb7 diff --git a/cloogleirc.icl b/cloogleirc.icl index 5d05563..980ea11 100644 --- a/cloogleirc.icl +++ b/cloogleirc.icl @@ -174,6 +174,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