diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2009-10-17 16:04:30 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2009-10-17 16:04:30 +0100 |
commit | 57d842193767ddbb87531ce9865b23fbdb72eadb (patch) | |
tree | ebbad2f3da0404cd2e7a7aa0c29a1f099499f58c | |
parent | 99c8f1357f1ab85f3a98727cb8877403d965e3da (diff) |
Document password-protected rooms.
-rw-r--r-- | doc/user-guide/commands.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index fcb1c8be..af566de4 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -174,6 +174,10 @@ <para> After adding a room to your list, you can simply use the IRC /join command to enter the room. Also, you can tell BitlBee to automatically join the room when you log in. (See <emphasis>chat set</emphasis>) </para> + + <para> + Password-protected rooms work exactly like on IRC, by passing the password as an extra argument to /join. + </para> </description> </bitlbee-command> |