Changeset 060d066 for doc/user-guide
- Timestamp:
- 2011-02-01T13:05:58Z (14 years ago)
- Branches:
- master
- Children:
- da60f28
- Parents:
- 00fd005
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/user-guide/commands.xml
r00fd005 r060d066 25 25 26 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 themin logs.27 You can omit the password and enter it separately using the IRC /OPER command. This lets you enter your password without your IRC client echoing it on screen or recording it in logs. 28 28 </para> 29 29 </description> … … 1604 1604 <bitlbee-command name="register"> 1605 1605 <short-description>Register yourself</short-description> 1606 <syntax>register <password></syntax>1606 <syntax>register [<password>]</syntax> 1607 1607 1608 1608 <description> … … 1618 1618 To identify yourself in later sessions, you can use the <emphasis>identify</emphasis> command. To change your password later, you can use the <emphasis>set password</emphasis> command. 1619 1619 </para> 1620 1621 <para> 1622 You can omit the password and enter it separately using the IRC /OPER command. This lets you enter your password without your IRC client echoing it on screen or recording it in logs. 1623 </para> 1620 1624 </description> 1621 1625 … … 1623 1627 1624 1628 <bitlbee-command name="identify"> 1625 <syntax>identify [-noload|-force] <password></syntax>1629 <syntax>identify [-noload|-force] [<password>]</syntax> 1626 1630 <short-description>Identify yourself with your password</short-description> 1627 1631 … … 1641 1645 <para> 1642 1646 <emphasis>-noload</emphasis> will log you in but not load any accounts and settings saved under your current nickname. These will be overwritten once you save your settings (i.e. when you disconnect). 1647 </para> 1648 1649 <para> 1650 You can omit the password and enter it separately using the IRC /OPER command. This lets you enter your password without your IRC client echoing it on screen or recording it in logs. 1643 1651 </para> 1644 1652 </description>
Note: See TracChangeset
for help on using the changeset viewer.