Skip to content

Instantly share code, notes, and snippets.

@ajchemist
Last active December 31, 2015 19:19
Show Gist options
  • Select an option

  • Save ajchemist/8032677 to your computer and use it in GitHub Desktop.

Select an option

Save ajchemist/8032677 to your computer and use it in GitHub Desktop.
(setq *invite-timer*
(run-with-timer 0 (* 60 10) ; see also `run-with-idle-timer'
#'(lambda ()
(with-current-buffer "#chan" ; see also `erc-with-buffer'
(erc-server-send "INVITE NICK #chan")))))
(cancel-timer *invite-timer*)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment