RedditBot: Difference between revisions

From MC Public Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
! Name !! Text !! Example -> Result !! Explanation
! Name !! Text !! Example -> Result !! Explanation
|-
|-
| Help || .help || - || Returns a list of commands and their shortcuts, if any, in brackets.
| Help || .help || .help -> Plugins currently loaded: ... || Returns a list of commands and their shortcuts, if any, in brackets.
|-
|-
| Command help || .help <command> || .help calculate -> .calculate <expression> || Returns usage instructions
| Command help || .help <command> || .help calculate -> .calculate <expression> || Returns usage instructions for a specific command.
|-
|-
| Add bad word || .addbadword <word> || Example || Example
| Add bad word || .addbadword <word> || .addbadword butt -> || Adds a word to the blacklist of words that will get a user kicked if used.
|-
| Calculate || .calculate <expression> || .calc 2*4/2-1+2 -> 5 || Returns the simplified answer of a math expression using multiplication (*), division (/), addition (+), and subtraction (-).
|-
|-
| Github || .github <owner>/<repo>[/<branch>|/commit/<hash>] || .github mcdevs/Burger -> http://git.io/ucwzDA -- Burger: A simple tool for picking out information from the minecraft JARs, primarily useful for developers. (mcdevs) || Returns info on  
| Github || .github <owner>/<repo>[/<branch>|/commit/<hash>] || .github mcdevs/Burger -> http://git.io/ucwzDA -- Burger: A simple tool for picking out information from the minecraft JARs, primarily useful for developers. (mcdevs) || Returns info on  
|}
|}

Revision as of 17:12, 27 June 2013

RedditBot is a bot on Reddit's public Minecraft IRC channel, #RedditMC, through gamesurge.

Name Text Example -> Result Explanation
Help .help .help -> Plugins currently loaded: ... Returns a list of commands and their shortcuts, if any, in brackets.
Command help .help <command> .help calculate -> .calculate <expression> Returns usage instructions for a specific command.
Add bad word .addbadword <word> .addbadword butt -> Adds a word to the blacklist of words that will get a user kicked if used.
Calculate .calculate <expression> .calc 2*4/2-1+2 -> 5 Returns the simplified answer of a math expression using multiplication (*), division (/), addition (+), and subtraction (-).
Github /commit/<hash>] .github mcdevs/Burger -> http://git.io/ucwzDA -- Burger: A simple tool for picking out information from the minecraft JARs, primarily useful for developers. (mcdevs) Returns info on