Difference between revisions of "ChatCommands"

From The Battle for Wesnoth Wiki
(INITIAL VERSION)
 
m (add shorter /query alias, minor fixes)
Line 9: Line 9:
 
;<nowiki>/help</nowiki>
 
;<nowiki>/help</nowiki>
 
List all available commands. Use '''/help [''command'']''' to read a description of a command [''command''].
 
List all available commands. Use '''/help [''command'']''' to read a description of a command [''command''].
;<nowiki>/query</nowiki>
+
;<nowiki>/query (or /q)</nowiki>
 
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]].
Line 16: Line 16:
 
;<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'']
+
;<nowiki>/m</nowiki> [''username''] [''message''] <br>&emsp;<nowiki>(or /msg or /whisper)</nowiki>
 
Sends a private message [''message''] to a player with nick [''username''].<br>
 
Sends a private message [''message''] to a player with nick [''username''].<br>
You can't send messages to players who control a side in a running game you are in.<br>
+
You can't send messages to players who control a side in a running game you are in.
&emsp;&emsp;Aliases: /msg and /whisper
 
 
;<nowiki>/friend</nowiki> [''username'']
 
;<nowiki>/friend</nowiki> [''username'']
 
Add a nick [''username''] to your friends list.
 
Add a nick [''username''] to your friends list.
Line 26: Line 25:
 
;<nowiki>/remove</nowiki> [''username'']
 
;<nowiki>/remove</nowiki> [''username'']
 
Remove a nick [''username''] from your friends or ignore list.
 
Remove a nick [''username''] from your friends or ignore list.
;<nowiki>/list</nowiki>
+
;<nowiki>/list (or /display)</nowiki>
 
Print out your ignores and friends list.
 
Print out your ignores and friends list.
 
;<nowiki>/version</nowiki>
 
;<nowiki>/version</nowiki>
 
Display the program's version number.
 
Display the program's version number.
;<nowiki>/register</nowiki> [''password'']
+
 
Register your nick, so that only you may use it.<br>
 
alternatively: '''/register [''password''] [''email'']'''<br>
 
This also [http://forum.wesnoth.org/ucp.php?mode=register registers you] on the forum.
 
 
;<nowiki>/drop</nowiki>
 
;<nowiki>/drop</nowiki>
 
Drop your nick. (terminate your nick registration)
 
Drop your nick. (terminate your nick registration)
Line 41: Line 37:
  
 
<br>
 
<br>
=== Available but currently Unimplemented ===
+
=== Available but Not yet working ===
 
<hr>
 
<hr>
 
Features tied to these commands are not fully implemented and the commands won't do anything.
 
Features tied to these commands are not fully implemented and the commands won't do anything.
<br>'''/rooms,&emsp;/room,&emsp;/list,&emsp;/join,&emsp;/part,&emsp;/set,&emsp;/details&emsp;'''
+
<br>'''/details,&emsp;join,&emsp;/list,&emsp;/part,&emsp;/register,&emsp;/room,&emsp;/rooms&emsp;/set,&emsp;'''
 
 
  
 
== See Also ==
 
== See Also ==

Revision as of 06:41, 3 January 2011

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.

/adminmsg

Send a message to the server admins currently online.

/me or /emote [text]

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

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

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

/friend [username]

Add a nick [username] to your friends list.

/ignore [username]

Add a nick [username] to your ignores list.

/remove [username]

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

/list (or /display)

Print out your ignores and friends list.

/version

Display the program's version number.

/drop

Drop your nick. (terminate your nick registration)

/info [username]

Request information about a registered nick [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