Fixed some types' functions.
This commit is contained in:
parent
53870767c3
commit
047a10bc9b
4 changed files with 9 additions and 9 deletions
|
@ -14,9 +14,9 @@ defaultPlugins = [ "Ping", "Quote" ]
|
|||
-- | User server
|
||||
kro :: IrcServer
|
||||
kro = IrcServer
|
||||
{ address = "kro.corp"
|
||||
, port = PortNumber 6667
|
||||
, channels = ["#shbot"]
|
||||
{ serverAddress = "perseus"
|
||||
, serverPort = PortNumber 6667
|
||||
, joinChannels = ["#shbot"]
|
||||
, nickname = "hsbot"
|
||||
, password = ""
|
||||
, realname = "The One True bot, with it's haskell soul."
|
||||
|
|
Reference in a new issue