Skip to content

gdeest/NaBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published