packages feed

tellbot 0.3.3.0 → 0.3.3.1

raw patch · 2 files changed

+3/−3 lines, 2 files

Files

src/Main.hs view
@@ -16,7 +16,7 @@ import System.IO  version :: Version-version = Version [0,3,3,0] ["juste","un","doigt"]+version = Version [0,3,3,1] ["alcohol","IS","a","solution"]  type Failable   = EitherT String Identity type FailableIO = EitherT String IO@@ -285,7 +285,7 @@     msgIRC chan $ "-   -   say blabla: make " ++ myNick ++ " say something"     msgIRC chan $ "-   -   kick user0 user1...: kick them all!"     msgIRC chan . showVersion $ version-    msgIRC chan $ "written in Haskell (ahah!) by skypers with a lot of luv <3"+    msgIRC chan $ "written in Haskell by phaazon"  -- FIXME: host & ident tellStories :: String -> Session ()
tellbot.cabal view
@@ -1,5 +1,5 @@ name:                tellbot-version:             0.3.3.0+version:             0.3.3.1 synopsis:            IRC tellbot description:         An IRC bot that can be used to create queuing message.                      It also offers a simple administration IRC bot interface.