Changeset bedad20 for doc


Ignore:
Timestamp:
2010-11-24T22:32:12Z (13 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
b11b781
Parents:
9564e55
Message:

Some polishing/documentation for the "account add" without password hack.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user-guide/commands.xml

    r9564e55 rbedad20  
    1717
    1818                <bitlbee-command name="add">
    19                         <syntax>account add &lt;protocol&gt; &lt;username&gt; &lt;password&gt;</syntax>
     19                        <syntax>account add &lt;protocol&gt; &lt;username&gt; [&lt;password&gt;]</syntax>
    2020
    2121                        <description>
     
    2323                                        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 <emphasis>help account add &lt;protocol&gt;</emphasis>.
    2424                                </para>
     25
     26                                <para>
     27                                        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.
     28                                </para>
    2529                        </description>
    2630                       
    2731                        <bitlbee-command name="jabber">
    28                                 <syntax>account add jabber &lt;handle@server.tld&gt; &lt;password&gt;</syntax>
     32                                <syntax>account add jabber &lt;handle@server.tld&gt; [&lt;password&gt;]</syntax>
    2933
    3034                                <description>
     
    4044
    4145                        <bitlbee-command name="msn">
    42                                 <syntax>account add msn &lt;handle@server.tld&gt; &lt;password&gt;</syntax>
     46                                <syntax>account add msn &lt;handle@server.tld&gt; [&lt;password&gt;]</syntax>
    4347
    4448                                <description>
     
    5054                       
    5155                        <bitlbee-command name="oscar">
    52                                 <syntax>account add oscar &lt;handle&gt; &lt;password&gt;</syntax>
     56                                <syntax>account add oscar &lt;handle&gt; [&lt;password&gt;]</syntax>
    5357
    5458                                <description>
     
    6569                       
    6670                        <bitlbee-command name="twitter">
    67                                 <syntax>account add twitter &lt;handle&gt; &lt;password&gt;</syntax>
     71                                <syntax>account add twitter &lt;handle&gt; [&lt;password&gt;]</syntax>
    6872
    6973                                <description>
     
    8791
    8892                        <bitlbee-command name="yahoo">
    89                                 <syntax>account add yahoo &lt;handle&gt; &lt;password&gt;</syntax>
     93                                <syntax>account add yahoo &lt;handle&gt; [&lt;password&gt;]</syntax>
    9094
    9195                                <description>
Note: See TracChangeset for help on using the changeset viewer.