From 57bec4921b02e745f412e954ea4a4ec6b3c31b3b Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Sat, 29 May 2010 16:59:41 +0200 Subject: Rationalized the way bot configs are handled. --- Hsbot/Irc/Config.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Hsbot/Irc/Config.hs') 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"] -- cgit v1.2.3