X-Git-Url: https://git.martlubbers.net/?p=cloogle-irc.git;a=blobdiff_plain;f=cloogle.icl;h=4227b662fa6b5e83d352d7781bef5495e73ea180;hp=29cee8056d1a4ce513878379658490f1563132cc;hb=000d2eb9df3a1521626dc996b8f9f0281c55a6f1;hpb=f828f3a79cfcfb21c6c7a7773905cc210a739f75 diff --git a/cloogle.icl b/cloogle.icl index 29cee80..4227b66 100644 --- a/cloogle.icl +++ b/cloogle.icl @@ -184,7 +184,7 @@ recv {sChannel,rChannel} w | rpt == TR_NoSuccess || isNothing resp = abort "Halp?\n" = (toString <$> resp, {sChannel=sChannel,rChannel=rChannel}, w) -msg :: (String -> IRCCommands) +msg :: (String -> IRCCommand) msg = PRIVMSG "#cloogle" process :: *File TCP_DuplexChannel *World -> (*File, TCP_DuplexChannel, *World)