From adf815b61bfd850e948e60b743ce48b0ff42d901 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 21 Jan 2022 16:34:55 -0600 Subject: Two out of three ain't bad --- lisp/fibs.el | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 lisp/fibs.el (limited to 'lisp/fibs.el') diff --git a/lisp/fibs.el b/lisp/fibs.el deleted file mode 100644 index 545c2a7..0000000 --- a/lisp/fibs.el +++ /dev/null @@ -1,37 +0,0 @@ -;;; fibs.el --- Play backgammon with FIBS -*- lexical-binding: t; -*- - -;;; Commentary: - -;; fibs.com is one of the oldest backgammon servers out there, and it's -;; accessible via telnet. This package provides a wrapper to enable you to play -;; backgammon on fibs.com more easily than just opening a telnet session -;; yourself. - -;;; TODO: - -;; - Automatically log in. -;; - Add a `fibs-quit' function to kill the telnet server and buffer. - -;;; Code: - -(require 'telnet) - -(defgroup fibs nil - "Customizations for FIBS, the First Internet Backgammon Server." - :group 'games) - -(defcustom fibs-server "fibs.com" - "The server to connect to FIBS with." - :type 'string) - -(defcustom fibs-port 4321 - "The port to connect to FIBS with." - :type 'number) - -;;;###autoload -(defun fibs () - (interactive) - (telnet fibs-server fibs-port)) - -(provide 'fibs) -;;; fibs.el ends here -- cgit 1.4.1-21-gabe81