X-Git-Url: https://git.martlubbers.net/?p=cloogle-irc.git;a=blobdiff_plain;f=test.icl;h=d67e97d8a7da37fed9177da361eaca612ebcbec1;hp=da69fcd1f19837946ce0161bb427d81feba6c72a;hb=7a2a0cc9ba44d6073ae1778b07738c8d425e9cb5;hpb=a8fbb81c3108a913c6496553346037805157b9c0 diff --git a/test.icl b/test.icl index da69fcd..d67e97d 100644 --- a/test.icl +++ b/test.icl @@ -8,9 +8,9 @@ import IRC Start :: [String] Start = map toString - [NICK "clooglebot" - ,USER "cloogle" 0 "Cloogle bot" - ,JOIN $ Right [("#cloogle", Nothing)] - ,PRIVMSG "#cloogle" "Hello world" + [NICK "clooglebot" Nothing + ,USER "cloogle" "0" "Cloogle bot" + ,JOIN (CSepList ["#cloogle"]) Nothing + ,PRIVMSG (CSepList ["#cloogle"]) "Hello world" ,QUIT Nothing ]