ModReq Commands: Difference between revisions

From MC Public Wiki
Jump to navigation Jump to search
(Created page with "List of Commands .lookup <nick> - Does a lookup for <nick> on the server. .bans <nick> - Does a ban list for <nick> on all servers. .notes <nick> - Does a note list for <nick> on...")
 
(→‎Notes: added .pnotes)
 
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
List of Commands
ModReq is the bot that roams the moderator channel on irc, #redditmc-mods. It accepts the commands described here.
.lookup <nick> - Does a lookup for <nick> on the server.
 
.bans <nick> - Does a ban list for <nick> on all servers.
==Bans==
.notes <nick> - Does a note list for <nick> on all servers.
 
.unban <nick> - Unbans <nick> on the server.
* '''.lookup''' ''nick'' - List bans for ''nick'' on our servers.
.id <id> - Retrieves the block for the given id
* '''.bans''' ''nick'' - List bans for ''nick'' on all servers.
.name <name> - Retrieves the list of items that match <name>
* '''.unban''' ''nick'' - Unbans ''nick'' on the server.
.delnote <noteid> - Deletes note <noteid> from the server.  
* '''.addban''' ''nick'' ''reason'' - '''permission required'''(''addban''). Adds a ban to ''nick'' for ''reason''.
(requires: addban = true) .addban <nick> <reason> - Adds a ban to <nick> for <reason>.
 
(requires: addnote = true) .addnote <nick> <note> - Adds a note to <nick> of <note>.
==Notes==
** .setmc <ircnick> <nick> - Associates <ircnick> with minecraft <nick>.
 
** .getperms <ircnick> - Gets the current permissions for <ircnick>.
* '''.notes''' ''nick'' - Lists notes for ''nick'' on all servers.
** .setperm <ircnick> <perm> <value> - Sets the permission <perm> on <ircnick> to <value>.
* '''.pnotes''' ''nick'' - Creates a paste with a list of notes for ''nick'' on all servers.
** - admin = true only commands.
* '''.delnote''' ''noteid'' - Deletes note ''noteid'' from our servers.
* '''.addnote''' ''nick'' ''note'' - '''permission required'''(''addnote''). Adds a note to ''nick'' with text ''note''.
 
==Other Useful Commands ==
 
* '''.status''' - Checks if Minecraft servers are online
* '''.id''' ''id'' - Gives a minecraft item's full name for the given ''id''.
* '''.name''' ''search'' - List minecraft items and item codes that match ''search''.
* '''.tell''' ''nick'' ''message'' - Leave ''message'' for ''nick'' that will be sent to them the next time they are seen active in the channel.
 
==Bot Administration==
 
All commands from this section are '''admin only'''.
 
* '''.setmc''' ''ircnick'' ''nick'' - Associates ''ircnick'' with minecraft ''nick'', so that the minecraft nickname can be used when creating bans or notes.
* '''.getperms''' ''ircnick'' - Gets the current permissions for ''ircnick''.
* '''.setperm''' ''ircnick'' ''perm'' ''value'' - Sets the permission ''perm'' on ''ircnick'' to ''value''.
 
 
[[Category:Help]]

Latest revision as of 03:02, 25 May 2014

ModReq is the bot that roams the moderator channel on irc, #redditmc-mods. It accepts the commands described here.

Bans

  • .lookup nick - List bans for nick on our servers.
  • .bans nick - List bans for nick on all servers.
  • .unban nick - Unbans nick on the server.
  • .addban nick reason - permission required(addban). Adds a ban to nick for reason.

Notes

  • .notes nick - Lists notes for nick on all servers.
  • .pnotes nick - Creates a paste with a list of notes for nick on all servers.
  • .delnote noteid - Deletes note noteid from our servers.
  • .addnote nick note - permission required(addnote). Adds a note to nick with text note.

Other Useful Commands

  • .status - Checks if Minecraft servers are online
  • .id id - Gives a minecraft item's full name for the given id.
  • .name search - List minecraft items and item codes that match search.
  • .tell nick message - Leave message for nick that will be sent to them the next time they are seen active in the channel.

Bot Administration

All commands from this section are admin only.

  • .setmc ircnick nick - Associates ircnick with minecraft nick, so that the minecraft nickname can be used when creating bans or notes.
  • .getperms ircnick - Gets the current permissions for ircnick.
  • .setperm ircnick perm value - Sets the permission perm on ircnick to value.