diff options
author | Julien Dessaux | 2010-05-29 16:59:41 +0200 |
---|---|---|
committer | Julien Dessaux | 2010-05-29 17:05:56 +0200 |
commit | 57bec4921b02e745f412e954ea4a4ec6b3c31b3b (patch) | |
tree | 3cca9e3630772cd9594442ff3ff2101a80599a4d /Hsbot/Irc | |
parent | Implemented the clean killing of plugins' threads. (diff) | |
download | hsbot-57bec4921b02e745f412e954ea4a4ec6b3c31b3b.tar.gz hsbot-57bec4921b02e745f412e954ea4a4ec6b3c31b3b.tar.bz2 hsbot-57bec4921b02e745f412e954ea4a4ec6b3c31b3b.zip |
Rationalized the way bot configs are handled.
Diffstat (limited to '')
-rw-r--r-- | Hsbot/Irc/Config.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Hsbot/Irc/Config.hs b/Hsbot/Irc/Config.hs index 5075c36..0d1e5a2 100644 --- a/Hsbot/Irc/Config.hs +++ b/Hsbot/Irc/Config.hs @@ -21,7 +21,7 @@ data IrcConfig = IrcConfig -- | User configuration ircDefaultConfig :: IrcConfig ircDefaultConfig = IrcConfig - { ircConfigName = "localhost" + { ircConfigName = "irc-alocalhost" , ircConfigAddress = "localhost" , ircConfigPort = PortNumber 6667 , ircConfigChannels = ["#hsbot"] |