Skip to content

Instantly share code, notes, and snippets.

@ungoldman
Created October 18, 2012 00:47
Show Gist options
  • Save ungoldman/3909245 to your computer and use it in GitHub Desktop.
Save ungoldman/3909245 to your computer and use it in GitHub Desktop.
mustachify function for zenircbot ??
js add mustachify function(msg){ var result = /^mustachify (http.*)/.exec(msg.message); if (result) return 'http://mustachify.me/?src=' + result[1] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment