X-Git-Url: https://git.martlubbers.net/?p=cloogle-irc.git;a=blobdiff_plain;f=test.icl;h=5ffe81899678f2cef756d31c84f27a83ea6df560;hp=da69fcd1f19837946ce0161bb427d81feba6c72a;hb=663ea3d6dfb6a70ddf1f3b6c41d4d39ed30c4440;hpb=a8fbb81c3108a913c6496553346037805157b9c0 diff --git a/test.icl b/test.icl index da69fcd..5ffe818 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 [("#cloogle", Nothing)] + ,PRIVMSG ["#cloogle"] "Hello world" ,QUIT Nothing ]