Skip to content

Instantly share code, notes, and snippets.

@ijp
Last active August 29, 2015 14:15
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 ijp/e32ccac913199b810dbb to your computer and use it in GitHub Desktop.
Save ijp/e32ccac913199b810dbb to your computer and use it in GitHub Desktop.
(defun my-erc-quit (s)
(or s (concat "brb " (aref my-erc-quit-reasons (random (length my-erc-quit-reasons))))))
(setq erc-part-reason 'my-erc-quit)
(setq erc-quit-reason 'my-erc-quit)
(setq my-erc-quit-reasons
["proving riemann hypothesis"
"cleaning the augean stables"
"inventing something better than sliced bread"
"seducing Keira Knightley"
"seducing Alyson Hannigan"
"writing War and Peace and Zombies" ; romance of the three kingdoms?
"founding new religion"
"writing connect4 fanfic"
"running for election"
"transitioning to kernel mode"
"enumerating the reals"
"trisecting the angle"
"doubling the cube"
"attempting to break the light barrier"
"coming up with a witty /quit message"
"actualising self"
"reversing entropy"
"emacs training montage"
"shaving all those who don't shave themselves"
"setting off a combinatorial explosion in the maths department"
"ice skating in hell"
"expecting the spanish inquisition"
"evolving"
;; TODO: does this get screwed by a not initialising the seed?
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment