aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2012-09-15 17:03:33 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2012-09-15 17:03:33 +0100
commitb3d99e347e66e1559b86e7d3bf78ed8b087ec947 (patch)
tree83e5e62a00419f8c8713692db17f5caf953697ad /doc
parent7281ad13e9dadb1369590617eb06265b084a1726 (diff)
Twitter module cleanup: Both Twitter and identi.ca "modules" support OAuth
now.
Diffstat (limited to 'doc')
-rw-r--r--doc/user-guide/commands.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml
index 12bbf4bc..4a6b3266 100644
--- a/doc/user-guide/commands.xml
+++ b/doc/user-guide/commands.xml
@@ -68,7 +68,7 @@
</bitlbee-command>
<bitlbee-command name="twitter">
- <syntax>account add twitter &lt;handle&gt; [&lt;password&gt;]</syntax>
+ <syntax>account add twitter &lt;handle&gt;</syntax>
<description>
<para>
@@ -94,11 +94,11 @@
</bitlbee-command>
<bitlbee-command name="identica">
- <syntax>account add identica &lt;handle&gt; [&lt;password&gt;]</syntax>
+ <syntax>account add identica &lt;handle&gt;</syntax>
<description>
<para>
- Same protocol as <emphasis>twitter</emphasis>, but defaults to a <emphasis>base_url</emphasis> pointing at identi.ca, and with OAuth disabled.
+ Same protocol as <emphasis>twitter</emphasis>, but defaults to a <emphasis>base_url</emphasis> pointing at identi.ca. It also works with OAuth (so don't specify your password).
</para>
</description>
</bitlbee-command>