summaryrefslogtreecommitdiff
path: root/Hsbot/Config.hs
diff options
context:
space:
mode:
authorJulien Dessaux2012-02-26 14:15:49 +0100
committerJulien Dessaux2012-02-26 14:15:49 +0100
commitc74d199047825b737cb00ca83360f9d410af6a75 (patch)
treea47fb6350bdbbae1586124d293ffcdab83534f02 /Hsbot/Config.hs
parentUpdated for the latest acidstate api. (diff)
downloadhsbot-c74d199047825b737cb00ca83360f9d410af6a75.tar.gz
hsbot-c74d199047825b737cb00ca83360f9d410af6a75.tar.bz2
hsbot-c74d199047825b737cb00ca83360f9d410af6a75.zip
Added support for IRC server password
Diffstat (limited to 'Hsbot/Config.hs')
-rw-r--r--Hsbot/Config.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Hsbot/Config.hs b/Hsbot/Config.hs
index b8dad68..4539090 100644
--- a/Hsbot/Config.hs
+++ b/Hsbot/Config.hs
@@ -16,6 +16,7 @@ defaultConfig = Config
, configTLS = noSSL
, configAddress = "localhost"
, configPort = PortNumber 6667
+ , configPassword = Nothing
, configAccess = []
, configChannels = ["#hsbot"]
, configNicknames = ["hsbot"]