macbeth icon indicating copy to clipboard operation
macbeth copied to clipboard

A beautiful FICS client

Results 23 macbeth issues
Sort by recently updated
recently updated
newest added

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 ```