Archived
1
0
Fork 0

Added access controls to hsbot.

This commit is contained in:
Julien Dessaux 2011-08-08 11:39:41 +02:00
parent e74094d5d9
commit 1c8cab09cb
5 changed files with 32 additions and 6 deletions

View file

@ -16,6 +16,7 @@ defaultConfig = Config
, configTLS = noSSL
, configAddress = "localhost"
, configPort = PortNumber 6667
, configAccess = []
, configChannels = ["#hsbot"]
, configNicknames = ["hsbot"]
, configRealname = "The One True bot, with it's haskell soul."