Skip to content

Instantly share code, notes, and snippets.

@bkerley
Created October 20, 2008 16:11
Show Gist options
  • Select an option

  • Save bkerley/18099 to your computer and use it in GitHub Desktop.

Select an option

Save bkerley/18099 to your computer and use it in GitHub Desktop.
proc lasttrack {{who {}}} {
if {![cache exists last_track [nname $who]]} {
return [track urmom 420]
}
apply track [cache get last_track [nname $who]]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment