needles-0.1.0.0: Pokemon Showdown bot library

Copyright(c) Leon Medvinsky, 2015
LicenseGPL-3
Maintainerlmedvinsky@hotmail.com
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Needles.Bot.Configuration

Description

 

Synopsis

Documentation

data Configuration Source

The configuration for a ps bot.

Constructors

Configuration 

Fields

cUsername :: String
 
cPassword :: String
 
cServer :: String

The server address

cPort :: Int

The server port

cPath :: String

The server's websocket path

cRooms :: [String]

Which rooms to autojoin

cTriggers :: [Trigger]

Which triggers to use

mainServer :: String Source

Address of the main Pokemon Showdown server

mainPort :: Int Source

Port used by the main Pokemon Showdown server

mainPath :: String Source

Path used by the main Pokemon Showdown server