diff options
author | louiz’ <louiz@louiz.org> | 2016-11-07 14:43:07 +0100 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2016-11-07 14:43:07 +0100 |
commit | 7376831bc8f6dbec8eaf4f4c0a6bba819a0a1e59 (patch) | |
tree | 05c48f84e1fd90d6d811a4e73b67503dda45db60 /doc/biboumi.1.rst | |
parent | 50d7590db426ce821148af769ea18d556e97f393 (diff) | |
download | biboumi-7376831bc8f6dbec8eaf4f4c0a6bba819a0a1e59.tar.gz biboumi-7376831bc8f6dbec8eaf4f4c0a6bba819a0a1e59.tar.bz2 biboumi-7376831bc8f6dbec8eaf4f4c0a6bba819a0a1e59.tar.xz biboumi-7376831bc8f6dbec8eaf4f4c0a6bba819a0a1e59.zip |
Add get-irc-connection-info adhoc command
fix #3171
Diffstat (limited to 'doc/biboumi.1.rst')
-rw-r--r-- | doc/biboumi.1.rst | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/biboumi.1.rst b/doc/biboumi.1.rst index 8f5eb9b..49c0fe4 100644 --- a/doc/biboumi.1.rst +++ b/doc/biboumi.1.rst @@ -488,13 +488,18 @@ On the gateway itself (e.g on the JID biboumi.example.com): On a server JID (e.g on the JID chat.freenode.org@biboumi.example.com) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- Configure: Lets each user configure some options that applies to the +- configure: Lets each user configure some options that applies to the concerned IRC server. +- get-irc-connection-info: Returns some information about the IRC server, + for the executing user. It lets the user know if they are connected to + this server, from what port, with or without TLS, and it gives the list + of joined IRC channel, with a detailed list of which resource is in which + channel. On a channel JID (e.g on the JID #test%chat.freenode.org@biboumi.example.com) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- Configure: Lets each user configure some options that applies to the +- configure: Lets each user configure some options that applies to the concerned IRC channel. Some of these options, if not configured for a specific channel, defaults to the value configured at the IRC server level. For example the encoding can be specified for both the channel |