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