added a help entry for private message sending

This commit is contained in:
Gunter Labes 2010-08-25 20:21:00 +00:00
parent dbdfb43670
commit 42d7c5dcc4

View file

@ -815,7 +815,9 @@ Save the game and quit the scenario (without prompting)."
[topic]
id=mp_commands
title= _ "Multiplayer commands"
text= "<header>text=':ban <username>'</header>" + _"
text="Commands can either be issued via the command line by prefixing them with ':' (as shown here) or via the chat by prefixing them with '/' (press 'm' first to open the chat line).
" + "<header>text=':ban <username>'</header>" + _"
Ban a user in a multiplayer game by the IP address used by that username and kick him. Can be used on users not in the game but on the server. (Of course they won't be kicked then.)
" + "<header>text=':control <side> <username>'</header>" + _"
@ -824,6 +826,9 @@ Change the controller for side (write here the number of the side) to username (
" + "<header>text=':kick <username>'</header>" + _"
Kick a user in multiplayer. They will be able to rejoin the game. If you just want to change control of their side(s) use the :control command instead.
" + "<header>text=':m <username> or :msg <username> or :whisper <username>'</header>" + _"
Send a private message to a user. When in a game, it is not possible to send private messages to players who are currently controlling a side in the same game.
" + "<header>text=':mute [<username>]'</header>" + _"
Mute a specific observer. If no username is supplied the muted usernames are displayed.