From bedad20a945ef60dbc46e44e5fb26e3b7047490a Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Wed, 24 Nov 2010 22:32:12 +0000 Subject: Some polishing/documentation for the "account add" without password hack. --- doc/user-guide/commands.xml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'doc/user-guide') diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index 2c3b3786..2aa30546 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -16,16 +16,20 @@ - account add <protocol> <username> <password> + account add <protocol> <username> [<password>] Adds an account on the given server with the specified protocol, username and password to the account list. Supported protocols right now are: Jabber, MSN, OSCAR (AIM/ICQ), Yahoo and Twitter. For more information about adding an account, see help account add <protocol>. + + + If you omit the password, you should use the IRC /OPER command to enter it separately. The advantage of this approach is that most IRC clients will not show OPER passwords on screen/save them in logs. + - account add jabber <handle@server.tld> <password> + account add jabber <handle@server.tld> [<password>] @@ -39,7 +43,7 @@ - account add msn <handle@server.tld> <password> + account add msn <handle@server.tld> [<password>] @@ -49,7 +53,7 @@ - account add oscar <handle> <password> + account add oscar <handle> [<password>] @@ -64,7 +68,7 @@ - account add twitter <handle> <password> + account add twitter <handle> [<password>] @@ -86,7 +90,7 @@ - account add yahoo <handle> <password> + account add yahoo <handle> [<password>] -- cgit v1.2.3