-
Notifications
You must be signed in to change notification settings - Fork 5
Commands
Dean Reilly edited this page Feb 27, 2014
·
3 revisions
- <Project ID>-<Review ID> - Displays information about the review (if it exists)
- <Project Key>-<Issue ID> - Displays information about the JIRA ticket (if it exists)
- <factoid>? - Same as ~<factiod> except for there is no response if not found
- <thing>++ - give thing some karma
- <thing>-- - take away some of thing's karma
- Drupal.org url - Show details about a drupal.org page or issue
- RQM<Issue ID> - Displays information about the RQM ticket (if it exists)
- botsnack - give the boot a food
- debug - {user: <user object to send message to>}
- db <user> doesn't have <role> role - Removes a role from a user
- db <user> has <role> role - Assigns a role to a user
- db alias <alias> <cmd> - Alias cmd to alias
-
db animate me <query> - The same thing as
image me
, except adds a few parameters to try to return an animated GIF instead. - db cap <url> - Get a web screen of the url
- db convert me <expression> to <units> - Convert expression to given units.
- db die - End db process
- db echo <text> - Reply back with <text>
- db factoid delete "<factoid>" - delete a factoid
- db factoids list - List all factoids
- db fake event <event> - Triggers the <event> event for debugging reasons
- db help - Displays all of the help commands that db knows about.
- db help <query> - Displays all help commands that match <query>.
- db image me <query> - The Original. Queries Google Images for <query> and returns a random top result.
- db karma <thing> - check thing's karma (if <thing> is omitted, show the top 5)
- db karma best - show the top 5
- db karma empty <thing> - empty a thing's karma
- db karma worst - show the bottom 5
-
db map me <query> - Returns a map view of the area returned by
query
. - db math me <expression> - Calculate the given expression.
- db moarcats bomb <n> - gives <n> cat gifs
- db moarcats me - links http://edgecats.net, which serves a random cat gif
- db mustache me <query> - Searches Google Images for the specified query and mustaches it.
- db mustache me <url> - Adds a mustache to the specified URL.
- db no, <factoid> is <some phrase, link, whatever> - Replaces the full definition of a factoid
- db phpdoc for <function> - Shows PHP function information.
- db ping - Reply with pong
- db pug bomb N - get N pugs
- db pug me - Receive a pug
- db save filter <JQL> as <name> - Save JIRA JQL query as filter in the brain
- db search for <JQL> - Search JIRA with JQL
- db show filter <name> - Show a specific JIRA filter
- db show filter(s) - Show all JIRA filters
- db show storage - Display the contents that are persisted in the brain
- db show users - Display all users that db knows about
- db show watchers for <Issue Key> - Shows watchers for the given JIRA issue
- db the rules - Make sure db still knows the rules.
- db time - Reply with current time
- db translate me <phrase> - Searches for a translation for the <phrase> and then prints that bad boy out.
- db translate me from <source> into <target> <phrase> - Translates <phrase> from <source> into <target>. Both <source> and <target> are optional
- db unalias <alias> - Remove an alias
- db use filter <name> - Use a JIRA filter from the brain
- db what role does <user> have - Find out what roles are assigned to a specific user
- db who has admin role - Find out who's an admin and can assign roles
- db youtube me <query> - Searches YouTube for the query and returns the video embed link.
- ship it - Display a motivation squirrel
- todayseibbugs - alias for `db use filter today's eib bugs'
- ~<factoid> - Prints the factoid, if it exists. Otherwise tells you there is no factoid
- ~<factoid> is <some phrase, link, whatever> - Creates a factoid
- ~<factoid> is also <some phrase, link, whatever> - Updates a factoid.
- ~tell <user> about <factoid> - Tells the user about a factoid, if it exists
- ~~<user> <factoid> - Same as ~tell, less typing