diff options
author | Jared Adams <jaxad0127@gmail.com> | 2008-11-27 12:27:45 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2008-11-27 12:27:45 +0000 |
commit | 8ca7a933eb5d2b900ceb11fd8008941d59566666 (patch) | |
tree | e4d0cc28aec1a35f271d34429e130abe136f555d /data/help/commands.txt | |
parent | 9018b65a681d41866b1e12ffb687e427c8ca76b1 (diff) | |
download | mana-client-8ca7a933eb5d2b900ceb11fd8008941d59566666.tar.gz mana-client-8ca7a933eb5d2b900ceb11fd8008941d59566666.tar.bz2 mana-client-8ca7a933eb5d2b900ceb11fd8008941d59566666.tar.xz mana-client-8ca7a933eb5d2b900ceb11fd8008941d59566666.zip |
Add note about using double quotes when whispering
Diffstat (limited to 'data/help/commands.txt')
-rw-r--r-- | data/help/commands.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/data/help/commands.txt b/data/help/commands.txt index 248841c7..e98cb677 100644 --- a/data/help/commands.txt +++ b/data/help/commands.txt @@ -50,7 +50,10 @@ /whisper <name> <message> - This will send <message> to player <name>, if that player is logged in. + This will send <message> to player <name>, if that player is logged in. If the + name has a space in it, put double quotes around it like this: + + /whisper "<name>" <message> ##2IGNORING COMMUNICATION |