Skip to content

Instantly share code, notes, and snippets.

@robins35
Created July 30, 2015 00:16
Show Gist options
  • Save robins35/23584a58dd48323299df to your computer and use it in GitHub Desktop.
Save robins35/23584a58dd48323299df to your computer and use it in GitHub Desktop.
[
{
name: "!help"
description: "Displays the help menu you are reading right now"
example: "!help "
},
{
name: "!imgur add command_name [gallery_name]"
description: "Adds the command !command_name. The gallery defaults to the
command name if you don't specify it"
example: "!imgur add tripping kitty cats"
},
{
name: "!imgur remove command_name"
description: "Removes the command !command_name if it exists
example: !imgur remove kitty"
},
{
name: "!imgur list"
description: "Lists all the existing commands added for imgur
example: !imgur list"
},
{
name: "!imgur clear"
description: "Removes all the existing imgur commands
example: !imgur clear"
},
{
name: "!s/search/replace"
description: "Posts a revision of the last comment, using search and replace.
The last comment is searched for the search text, and replaced with the
replace text"
example: "!s/cat/kitty"
},
{
name: "!seen user_name"
description: "Tells you the last time the bot saw a user and what they were
doing"
example: "!seen jeezy"
},
{
name: "!tell user_name message"
description: "The next time the user with user_name is seen by the bot, it
will relay your message to them"
example: "!tell jeezy When you see this I need you to help me configure my new
NetBSD machine, k thanks"
},
{
name: "!xkcd [query_string]"
description: "If the command is issued without a query_string, then it will
return a random xkcd comic. If a query_string is passed, it will search for
that comic and return it"
example: "!xkcd balmer"
},
{
name: "!yt query_string"
description: "Essentially 'I\'m feeling lucky' for youtube. Will search youtube
for your query_string, and return the highest result"
example: "!yt One day UGK"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment