summary refs log tree commit diff stats
path: root/lisp/+circe.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-06 18:04:18 -0600
committerCase Duckworth2022-01-06 18:04:18 -0600
commit1aa0df763136f38255416a2c3c3f2dd0d4c5327d (patch)
tree4fe8574334c85d8c402703c7429496708d755fc4 /lisp/+circe.el
parentFixup +defvar to be in line with defvar (diff)
parentAdd /POKE stub command (diff)
downloademacs-1aa0df763136f38255416a2c3c3f2dd0d4c5327d.tar.gz
emacs-1aa0df763136f38255416a2c3c3f2dd0d4c5327d.zip
Merge branch 'main' of https://tildegit.org/acdw/emacs
Diffstat (limited to 'lisp/+circe.el')
-rw-r--r--lisp/+circe.el4
1 files changed, 4 insertions, 0 deletions
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."
165 (funcall +circe-server-buffer-action buffer)))) 165 (funcall +circe-server-buffer-action buffer))))
166 166
167;;; Chat commands 167;;; Chat commands
168;; TODO: Actually ... write these~!?!?!
168 169
169(defun circe-command-SHORTEN (url) 170(defun circe-command-SHORTEN (url)
170 "Shorten URL using `0x0-shorten-uri'.") 171 "Shorten URL using `0x0-shorten-uri'.")
@@ -172,6 +173,9 @@ See `circe-network-options' for a list of common options."
172(defun circe-command-SLAP (nick) 173(defun circe-command-SLAP (nick)
173 "Slap NICK around a bit with a large trout.") 174 "Slap NICK around a bit with a large trout.")
174 175
176(defun circe-command-POKE (nick)
177 "Poke NICK like in the old Facebook days.")
178
175;;; Pure idiocy 179;;; Pure idiocy
176 180
177(define-minor-mode circe-cappy-hour-mode 181(define-minor-mode circe-cappy-hour-mode