changed JOIN adt
[cloogle-irc.git] / test.icl
index da69fcd..d9ab2b7 100644 (file)
--- 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
        ]