Skip to content

Instantly share code, notes, and snippets.

@steve-ayerhart
Created February 3, 2012 21:54
Show Gist options
  • Save steve-ayerhart/1732926 to your computer and use it in GitHub Desktop.
Save steve-ayerhart/1732926 to your computer and use it in GitHub Desktop.
plugin.onMessageSend = function(talkerEvent)
{
if (/steve.platz/.test(Talker.getCurrentUser().name) && /DAY CREW/.test(document.title))
{
return false;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment