X-Git-Url: https://git.martlubbers.net/?p=cloogle-irc.git;a=blobdiff_plain;f=test.icl;h=5ffe81899678f2cef756d31c84f27a83ea6df560;hp=d9ab2b72d69f36e0bfebb0583a2643b323ecaca9;hb=bac25515f111115ec1cd3fd44d9cf857c23e340f;hpb=57707b61bf7f52bf8614dbf6860ff116519533e7 diff --git a/test.icl b/test.icl index d9ab2b7..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" + [NICK "clooglebot" Nothing + ,USER "cloogle" "0" "Cloogle bot" ,JOIN [("#cloogle", Nothing)] - ,PRIVMSG "#cloogle" "Hello world" + ,PRIVMSG ["#cloogle"] "Hello world" ,QUIT Nothing ]