From cb193aeaa40cd0de7c5a8dc0c3be6accac6231f0 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 14 Oct 2013 16:00:47 -0400 Subject: [PATCH 2/2] IRC_Command: add Send() example I deliberately picked an example using a non standard IRC command as this interface is not meant to be used as a substitute for proper Telepathy API. --- extensions/Connection_Interface_IRC_Command1.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extensions/Connection_Interface_IRC_Command1.xml b/extensions/Connection_Interface_IRC_Command1.xml index dcc6ff5..c59ba1c 100644 --- a/extensions/Connection_Interface_IRC_Command1.xml +++ b/extensions/Connection_Interface_IRC_Command1.xml @@ -29,6 +29,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

Send an arbitrary IRC command to the server.

+

For example, an IRC client receiving /bip blreset from + the user would call this method with BIP blreset as + argument which will send BIP blreset to the server.

-- 1.8.3.1