From e4ce00f4d5c3cb91ca20e764d5a1c6a129181377 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 6 Jan 2022 16:43:31 -0600 Subject: Add /POKE stub command TODO : I've got to write these commands!!! --- lisp/+circe.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/+circe.el b/lisp/+circe.el index 501bd21..c29cea6 100644 --- a/lisp/+circe.el +++ b/lisp/+circe.el @@ -165,6 +165,7 @@ See `circe-network-options' for a list of common options." (funcall +circe-server-buffer-action buffer)))) ;;; Chat commands +;; TODO: Actually ... write these~!?!?! (defun circe-command-SHORTEN (url) "Shorten URL using `0x0-shorten-uri'.") @@ -172,6 +173,9 @@ See `circe-network-options' for a list of common options." (defun circe-command-SLAP (nick) "Slap NICK around a bit with a large trout.") +(defun circe-command-POKE (nick) + "Poke NICK like in the old Facebook days.") + ;;; Pure idiocy (define-minor-mode circe-cappy-hour-mode -- cgit 1.4.1-21-gabe81