X-Git-Url: https://git.martlubbers.net/?p=cloogle-irc.git;a=blobdiff_plain;f=test.icl;fp=test.icl;h=0000000000000000000000000000000000000000;hp=fce029920c1999262e7912e2b14122fe568b229b;hb=10c67ead1fd19a7850e9e995890564f402d92b03;hpb=3df957122a6a6644ff8c8b720d2578010f54087e diff --git a/test.icl b/test.icl deleted file mode 100644 index fce0299..0000000 --- a/test.icl +++ /dev/null @@ -1,17 +0,0 @@ -module test - -from Data.Func import $ -import Data.Either -import Data.Maybe -import StdEnv -import IRC - -from Text import class Text(concat), instance Text String - -Start = concat $ map toString - [NICK "clooglebot" Nothing - ,USER "cloogle" "0" "cloogle" "Cloogle bot" - ,JOIN (CSepList ["#cloogle"]) Nothing - ,PRIVMSG (CSepList ["#cloogle"]) "Hello world" - ,QUIT Nothing - ]