aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorjgeboski <jgeboski@gmail.com>2015-01-24 01:37:47 -0500
committerjgeboski <jgeboski@gmail.com>2015-01-24 01:37:47 -0500
commita41d5d2fb4b81de3a46d3d652feac246aa5eddee (patch)
treeca035d4755815c118362940de0066213ab96a8dc /README
parentcf1e46b34c1ec3566765d40cde5c73cf7ac2d8c3 (diff)
downloadbitlbee-facebook-a41d5d2fb4b81de3a46d3d652feac246aa5eddee.tar.gz
bitlbee-facebook-a41d5d2fb4b81de3a46d3d652feac246aa5eddee.tar.bz2
bitlbee-facebook-a41d5d2fb4b81de3a46d3d652feac246aa5eddee.tar.xz
facebook: allow root commands without an account identifier
Currently, all roots commands require an account identifier in order to operate. However, more times than not, there will only be one Facebook account per bitlbee user. The plugin should allow for the short handing of root commands, where the account identifier is negated when there is only one active Facebook account. This patch allows for users with only one active Facebook account to negate the account identifier. The negation of the account identifier is optional. If there is more than one active Facebook account, the root commands behave as they currently do, and require an account identifier.
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 65be03d..8f20aa2 100644
--- a/README
+++ b/README
@@ -41,15 +41,15 @@ Usage:
> account <acc> on
Group Chats (existing chat):
- > fbchats <acc>
- > fbjoin <acc> <index> <channel>
+ > fbchats [acc]
+ > fbjoin [acc] <index> <channel>
> /join #<channel>
> /topic <message>
> /invite <user>
Group Chats (creating chat):
- > fbcreate <acc> <user,user,...>
- > fbjoin <acc> 1 <channel>
+ > fbcreate [acc] <user,user,...>
+ > fbjoin [acc] 1 <channel>
> /join #<channel>
> /topic <message>
> /invite <user>