summaryrefslogtreecommitdiff
path: root/Hsbot/Irc/Config.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Hsbot/Irc/Config.hs')
-rw-r--r--Hsbot/Irc/Config.hs2
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"]