From 45ebb68aa03ff7a292f46048141949c12cf90f91 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Thu, 6 Aug 2009 00:09:56 +0200 Subject: renamed "Server" algebraic data type to "IrcServer" --- Config.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Config.hs') diff --git a/Config.hs b/Config.hs index 44278f6..a635292 100644 --- a/Config.hs +++ b/Config.hs @@ -7,7 +7,7 @@ import Hsbot.Core -- | Imported plugins goes there -- | User server -kro = Server +kro = IrcServer { address = "kro.corp" , port = 6667 , channels = ["#geek"] @@ -21,6 +21,6 @@ kro = Server config :: Config config = Config { commandPrefixes = ['@'] - , servers = [kro] + , ircServers = [kro] } -- cgit v1.2.3