Difference between revisions of "ChatCommands"

From The Battle for Wesnoth Wiki
(Chat Commands: list/display do not work for 1.14)
(4 intermediate revisions by 4 users not shown)
Line 12: Line 12:
 
Send a query to the server. Without arguments the server should tell you the available commands.<br>
 
Send a query to the server. Without arguments the server should tell you the available commands.<br>
 
You can also view the commands' descriptions [[ServerAdministration|here]].
 
You can also view the commands' descriptions [[ServerAdministration|here]].
;<nowiki>/adminmsg</nowiki>
+
;<nowiki>/report</nowiki>
Send a message to the server admins currently online.
+
Send a message to all server moderators which also gets logged in case none is online. You can use this to report abuse, rule violations, etc.
 
;<nowiki>/me or /emote</nowiki> [''text'']
 
;<nowiki>/me or /emote</nowiki> [''text'']
 
Show [''text''] as an action from you in the chat.
 
Show [''text''] as an action from you in the chat.
 
;<nowiki>/m</nowiki> [''username''] [''message''] <br>&emsp;<nowiki>(or /msg or /whisper)</nowiki>
 
;<nowiki>/m</nowiki> [''username''] [''message''] <br>&emsp;<nowiki>(or /msg or /whisper)</nowiki>
Sends a private message [''message''] to a player with nickname [''username''].<br>
+
Send a private message [''message''] to a player with nickname [''username''].<br>
 
You can't send messages to players who control a side in a running game you are in.
 
You can't send messages to players who control a side in a running game you are in.
;<nowiki>/friend</nowiki> [''username'']
+
;<nowiki>/friend</nowiki> [''username''] [''note'']
Add a nickname [''username''] to your friends list.
+
Add a nickname [''username''] to your friends list, with an optional note attached.
 
;<nowiki>/ignore</nowiki> [''username'']
 
;<nowiki>/ignore</nowiki> [''username'']
 
Add a nickname [''username''] to your ignores list.
 
Add a nickname [''username''] to your ignores list.
Line 26: Line 26:
 
Remove a nickname [''username''] from your friends or ignore list.
 
Remove a nickname [''username''] from your friends or ignore list.
 
;<nowiki>/list (or /display)</nowiki>
 
;<nowiki>/list (or /display)</nowiki>
Print out your ignores and friends list.
+
Print out your ignores and friends list. Only works for 1.12 and earlier.
 
;<nowiki>/version</nowiki>
 
;<nowiki>/version</nowiki>
 
Display the program's version number.
 
Display the program's version number.
  
 
;<nowiki>/drop</nowiki>
 
;<nowiki>/drop</nowiki>
Drop your nickname. (terminate your nickname registration)
+
Drop your nickname. (terminate your nickname registration) (Not used in official servers.)
 
;<nowiki>/info</nowiki> [''username'']
 
;<nowiki>/info</nowiki> [''username'']
 
Request information about a registered nickname [''username'']: ''last seen'' time and ''registration date'' (only on the default server)
 
Request information about a registered nickname [''username'']: ''last seen'' time and ''registration date'' (only on the default server)

Revision as of 21:23, 15 February 2019

Chat Commands

These commands can be issued when you are connected to a MP server, both from the lobby and from a game. When in a game, enter the chat box(by pressing 'm') to enter commands, in the lobby use the lobby chat field.

All of the commands are prefixed with "/". Any lines starting with this character will be considered commands.
A similar listing is available via the /help command.

/help

List all available commands. Use /help [command] to read a description of a command [command].

/query (or /q)

Send a query to the server. Without arguments the server should tell you the available commands.
You can also view the commands' descriptions here.

/report

Send a message to all server moderators which also gets logged in case none is online. You can use this to report abuse, rule violations, etc.

/me or /emote [text]

Show [text] as an action from you in the chat.

/m [username] [message]
 (or /msg or /whisper)

Send a private message [message] to a player with nickname [username].
You can't send messages to players who control a side in a running game you are in.

/friend [username] [note]

Add a nickname [username] to your friends list, with an optional note attached.

/ignore [username]

Add a nickname [username] to your ignores list.

/remove [username]

Remove a nickname [username] from your friends or ignore list.

/list (or /display)

Print out your ignores and friends list. Only works for 1.12 and earlier.

/version

Display the program's version number.

/drop

Drop your nickname. (terminate your nickname registration) (Not used in official servers.)

/info [username]

Request information about a registered nickname [username]: last seen time and registration date (only on the default server)

/ping


Available but Not yet working


Features tied to these commands are not fully implemented and the commands won't do anything.
/details, join, /list, /part, /register, /room, /rooms /set, 

See Also