Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NaBot

NaBot is a typesafe library to write IRC bots.

At the moment, it cannot do much. Here is an example-bot that simply connects on a channel:

import NaBot
import qualified Data.Set as S

cfg :: BotConfig
cfg = defaultConfig { serverHost = ServerHost "irc.freenode.net"
                    , chans      = S.fromList [Chan "#nabot"]
                    }

main :: IO ()
main = runBot cfg

About

NaBot is a typesafe library to write IRC bots.

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages