macbeth icon indicating copy to clipboard operation
macbeth copied to clipboard

notify

Open tgass opened this issue 8 years ago • 0 comments

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

tgass avatar May 09 '16 16:05 tgass