Skip to content

Instantly share code, notes, and snippets.

@sshirokov
Last active December 14, 2015 04:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sshirokov/5025751 to your computer and use it in GitHub Desktop.
Save sshirokov/5025751 to your computer and use it in GitHub Desktop.
How I fixed the `unknown timer` error in the latest erc + znc.el
(defadvice erc-server-send-ping (around dont-choke-on-bad-timer first nil activate)
(ignore-errors
ad-do-it))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment