X-Git-Url: https://git.martlubbers.net/?p=cloogle-irc.git;a=blobdiff_plain;f=test.icl;fp=test.icl;h=5ffe81899678f2cef756d31c84f27a83ea6df560;hp=d9ab2b72d69f36e0bfebb0583a2643b323ecaca9;hb=663ea3d6dfb6a70ddf1f3b6c41d4d39ed30c4440;hpb=000d2eb9df3a1521626dc996b8f9f0281c55a6f1 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 ]