This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CmdUtils.CreateCommand({ | |
names: ["isgd"], | |
author: {name: "Thomas Brownback", homepage: "http://thomasbrownback.com", blog: "http://theorybloc.com"}, | |
contributors: ["Tom Parker"], | |
thanks: {first: "Aza Raskin", foremost: "Aza Raskin", honorableMention: "geero.net", lastAmpBangLeast: "users like you"}, | |
license: "PUBLIC DOMAIN: Any and all rights herein are hereby donated to the commons.", | |
description: "Shortens a URL using is.gd.", | |
help: "Replaces a selection with (or simply inserts) a shortened URL from is.gd.", | |
arguments: [{role: "urlToShorten", | |
nountype: noun_arb_text, |