Skip to content

Instantly share code, notes, and snippets.

@equinox79
Created September 5, 2013 08:16
Show Gist options
  • Save equinox79/6447359 to your computer and use it in GitHub Desktop.
Save equinox79/6447359 to your computer and use it in GitHub Desktop.
yanchaでhookを追加
hook.addHook('onUserMessage', function(hash){
if(hash.text.match(/[a-z]+/)){
console.log(hash.text);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment