Skip to content

Instantly share code, notes, and snippets.

@robins35
Created July 30, 2015 00:06
Show Gist options
  • Save robins35/a5d8c699eaf02c3f6680 to your computer and use it in GitHub Desktop.
Save robins35/a5d8c699eaf02c3f6680 to your computer and use it in GitHub Desktop.
commands:
command:
name: !help
description: Displays the help menu you are reading right now
example: !help
command:
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
command:
name: !imgur remove command_name
description: Removes the command !command_name if it exists
example: !imgur remove kitty
command:
name: !imgur list
description: Lists all the existing commands added for imgur
example: !imgur list
command:
name: !imgur clear
description: Removes all the existing imgur commands
example: !imgur clear
command:
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
command:
name: !seen user_name
description: Tells you the last time the bot saw a user and what they were
doing
example: !seen jeezy
command:
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
command:
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
command:
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