Added support for IRC server password
This commit is contained in:
parent
5e3b91929d
commit
c74d199047
3 changed files with 5 additions and 0 deletions
Hsbot
|
@ -74,6 +74,7 @@ data Config = Config
|
|||
, configTLS :: TLSConfig
|
||||
, configAddress :: String
|
||||
, configPort :: PortID
|
||||
, configPassword :: Maybe String
|
||||
, configAccess :: [AccessList]
|
||||
, configChannels :: [String]
|
||||
, configNicknames :: [String]
|
||||
|
|
Reference in a new issue