Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
Update "v" help comments
Browse files Browse the repository at this point in the history
  • Loading branch information
technicalpickles committed Jun 9, 2012
1 parent 3406d66 commit 1866872
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions src/scripts/vanity.coffee
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
# Race to the bottom.
# Description:
# Race to the bottom.
#
# Battle it out with your mates to see who is the
# most important/coolest/sexiest/funniest/smartest of them all solely
# based on the clearly scientific number of twitter followers.
# Battle it out with your mates to see who is the
# most important/coolest/sexiest/funniest/smartest of them all solely
# based on the clearly scientific number of twitter followers.
#
# Vanity will check all the users that a specific twitter account, like say maybe
# your company's twitter account, follows and display them in order by followers.
# Vanity will check all the users that a specific twitter account, like say maybe
# your company's twitter account, follows and display them in order by followers.
#
# Be sure to set the env var.
# Dependencies:
# "sprintf": "0.1.1"
#
# HUBOT_VANITY_TWITTER_ACCOUNT
# Configuration:
# HUBOT_VANITY_TWITTER_ACCOUNT
#
# hubot vanity me - list peeps ordered by twitter followers
# Commands:
# hubot vanity me - list peeps ordered by twitter followers
#
# Author:
# maddox

Path = require "path"
sprintf = require("sprintf").sprintf
Expand Down

0 comments on commit 1866872

Please sign in to comment.