summaryrefslogtreecommitdiff
path: root/Hsbot/Config.hs
diff options
context:
space:
mode:
authorJulien Dessaux2011-08-08 11:39:41 +0200
committerJulien Dessaux2011-08-08 11:39:41 +0200
commit1c8cab09cb00abc3e3a0ee2e4a2d7bd6cf703d2f (patch)
tree0e580504f8cd421bf8619cf59c9dd46997a4b7b2 /Hsbot/Config.hs
parentUpdated TODO list (diff)
downloadhsbot-1c8cab09cb00abc3e3a0ee2e4a2d7bd6cf703d2f.tar.gz
hsbot-1c8cab09cb00abc3e3a0ee2e4a2d7bd6cf703d2f.tar.bz2
hsbot-1c8cab09cb00abc3e3a0ee2e4a2d7bd6cf703d2f.zip
Added access controls to hsbot.
Diffstat (limited to '')
-rw-r--r--Hsbot/Config.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Hsbot/Config.hs b/Hsbot/Config.hs
index 8c85810..6053e9e 100644
--- a/Hsbot/Config.hs
+++ b/Hsbot/Config.hs
@@ -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."