From 57d842193767ddbb87531ce9865b23fbdb72eadb Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sat, 17 Oct 2009 16:04:30 +0100 Subject: Document password-protected rooms. --- doc/user-guide/commands.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/user-guide') 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 @@ 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 chat set) + + + Password-protected rooms work exactly like on IRC, by passing the password as an extra argument to /join. + -- cgit v1.2.3 From fb51d85751b36098ad4271bc4553ade4dc53f20b Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sat, 24 Oct 2009 00:57:41 +0100 Subject: "chat add", not chat_add --- doc/user-guide/misc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/user-guide') diff --git a/doc/user-guide/misc.xml b/doc/user-guide/misc.xml index 3102b8b0..68b44e95 100644 --- a/doc/user-guide/misc.xml +++ b/doc/user-guide/misc.xml @@ -76,7 +76,7 @@ Then, just use the ordinary IRC /invite command to invite m -Some protocols (like Jabber) also support named groupchats. BitlBee now supports these too. You can use the chat add command to join them. See help chat_add for more information. +Some protocols (like Jabber) also support named groupchats. BitlBee now supports these too. You can use the chat add command to join them. See help chat add for more information. -- cgit v1.2.3