Skip to content

Instantly share code, notes, and snippets.

@ieure
Created February 21, 2013 16:41
Show Gist options
  • Save ieure/5006063 to your computer and use it in GitHub Desktop.
Save ieure/5006063 to your computer and use it in GitHub Desktop.
(defun erc-cmd-EXCUSE ()
(erc-send-message
(save-window-excursion
(with-temp-buffer
(fortune "~/.fortune/bofh-excuses")
(trim
(replace-regexp-in-string
"\n+" " " (buffer-substring (point-min) (point-max))))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment