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