glirc2

Copyright(c) Eric Mertens, 2016
LicenseISC
Maintaineremertens@gmail.com
Safe HaskellNone
LanguageHaskell2010

Client.ServerSettings

Contents

Description

This module defines the settings used for an individual IRC connection. These are static settings that are not expected change over the lifetime of a connection.

Synopsis

Server settings type

data ServerSettings Source #

Constructors

ServerSettings 

Fields

Load function

loadDefaultServerSettings :: IO ServerSettings Source #

Load the defaults for server settings based on the environment variables.

USER, IRCPASSSWORD, and SASLPASSWORD are used.