X-Git-Url: https://git.martlubbers.net/?p=cloogle-irc.git;a=blobdiff_plain;f=cloogleirc.icl;h=22a219319ae9d8441e9efa452ef2807c71a69ec6;hp=c9a464e0b307bdf8a09ecc7a0fde07af0d5555d9;hb=40ef767249534be26a97a2aa615c758e992545ee;hpb=f1a57a23147ae704503cca0053ec7bd371360948 diff --git a/cloogleirc.icl b/cloogleirc.icl index c9a464e..22a2193 100644 --- a/cloogleirc.icl +++ b/cloogleirc.icl @@ -191,6 +191,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