Skip to content

Instantly share code, notes, and snippets.

@gjnoonan
Created May 26, 2010 16:04
Show Gist options
  • Save gjnoonan/414682 to your computer and use it in GitHub Desktop.
Save gjnoonan/414682 to your computer and use it in GitHub Desktop.
var linkinus = require('linkinus-plugin');
lcore = require('linkinus-core');
var myplugin = linkinus.makeplugin([
// Do some ultra cool stuff
var adulteratedjedi = lcore.whois( "adulteratedjedi" );
if ( adulteratedjedi.last_seen_time > Time.now ) {
return 0;
}
]);
linkinus.apply(myplugin);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment