diff options
Diffstat (limited to 'HsBot/Base/Conf.hs')
| -rw-r--r-- | HsBot/Base/Conf.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HsBot/Base/Conf.hs b/HsBot/Base/Conf.hs index 774f473..9c55180 100644 --- a/HsBot/Base/Conf.hs +++ b/HsBot/Base/Conf.hs @@ -14,7 +14,7 @@ makeConf = M.fromList , ("ircChannel", "#buetow.org") , ("ircNick", "hotdog") , ("ircPort", "6667") - , ("ircUser", "hsbot.haskell.eu") + , ("ircUser", "hsbot.buetow.org") , ("dbHost", "localhost") , ("dbUser", "hsbot") , ("dbPass", "hsbot") |
