tgass

Results 24 issues of tgass

http://www.freechess.org/Help/HelpFiles/unpause.html http://www.freechess.org/Help/HelpFiles/pause.html - sounds

http://www.freechess.org/Help/HelpFiles/notify.html with sounds: ``` data NotificationsS = NotificationsS { userArrived :: Maybe String , userDeparted :: Maybe String } deriving (Show, Generic) instance FromJSON NotificationsS instance ToJSON NotificationsS ```