mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
WS, prepare for new doc style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237370 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4a30933172
commit
6a7bf552bd
28 changed files with 698 additions and 746 deletions
|
@ -1,36 +1,34 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/ircg.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.ircg-channel-mode">
|
||||
<refnamediv>
|
||||
<refname>ircg_channel_mode</refname>
|
||||
<refpurpose>
|
||||
Set channel mode flags for user
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ircg_channel_mode</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>channel</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>mode_spec</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>nick</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Set channel mode flags for <parameter>channel</parameter> on
|
||||
server connected to by <parameter>connection</parameter>. Mode flags
|
||||
are passed in <parameter>mode_spec</parameter> and are applied to
|
||||
the user specified by <parameter>nick</parameter>.
|
||||
</para>
|
||||
<para>
|
||||
Mode flags are set or cleared by specifying a mode character and
|
||||
prepending it with a plus or minus character,
|
||||
respectively. E.g. operator mode is granted by '+o' and revoked
|
||||
by '-o', as passed as <parameter>mode_spec</parameter>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
<refentry id="function.ircg-channel-mode">
|
||||
<refnamediv>
|
||||
<refname>ircg_channel_mode</refname>
|
||||
<refpurpose>Set channel mode flags for user</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ircg_channel_mode</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>channel</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>mode_spec</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>nick</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Set channel mode flags for <parameter>channel</parameter> on
|
||||
server connected to by <parameter>connection</parameter>. Mode flags
|
||||
are passed in <parameter>mode_spec</parameter> and are applied to
|
||||
the user specified by <parameter>nick</parameter>.
|
||||
</para>
|
||||
<para>
|
||||
Mode flags are set or cleared by specifying a mode character and
|
||||
prepending it with a plus or minus character,
|
||||
respectively. E.g. operator mode is granted by '+o' and revoked
|
||||
by '-o', as passed as <parameter>mode_spec</parameter>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
|
@ -1,30 +1,28 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/ircg.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.ircg-disconnect">
|
||||
<refnamediv>
|
||||
<refname>ircg_disconnect</refname>
|
||||
<refpurpose>
|
||||
Close connection to server
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ircg_disconnect</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>reason</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>ircg_disconnect</function> will close a
|
||||
<parameter>connection</parameter> to a server previously
|
||||
established with <function>ircg_pconnect</function>.
|
||||
</para>
|
||||
<para>
|
||||
See also: <function>ircg_pconnect</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
<refentry id="function.ircg-disconnect">
|
||||
<refnamediv>
|
||||
<refname>ircg_disconnect</refname>
|
||||
<refpurpose>Close connection to server</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ircg_disconnect</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>reason</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>ircg_disconnect</function> will close a
|
||||
<parameter>connection</parameter> to a server previously
|
||||
established with <function>ircg_pconnect</function>.
|
||||
</para>
|
||||
<para>
|
||||
See also: <function>ircg_pconnect</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.ircg-eval-ecmascript-params">
|
||||
<refnamediv>
|
||||
<refname>ircg_eval_ecmascript_params</refname>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<type>array</type><methodname>ircg_eval_ecmascript_params</methodname>
|
||||
<methodparam><type>string</type><parameter>params</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
||||
<screen>
|
||||
|
@ -24,9 +24,9 @@
|
|||
* State 4: Looking for ",", skipping whitespace
|
||||
*/
|
||||
</screen>
|
||||
|
||||
|
||||
<para>
|
||||
See also
|
||||
See also
|
||||
<function>ircg_lookup_format_messages</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -1,48 +1,46 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- splitted from ./en/functions/ircg.xml, last change in rev 1.7 -->
|
||||
<refentry id="function.ircg-fetch-error-msg">
|
||||
<refnamediv>
|
||||
<refname>ircg_fetch_error_msg</refname>
|
||||
<refpurpose>
|
||||
Returns the error from previous IRCG operation
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>array</type><methodname>ircg_fetch_error_msg</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>ircg_fetch_error_msg</function> returns the error from
|
||||
a failed connection.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
Error code is stored in first array element, error text in second.
|
||||
The error code is equivalent to IRC reply codes as defined by
|
||||
RFC 2812.
|
||||
</para>
|
||||
</note>
|
||||
<para>
|
||||
<example>
|
||||
<title><function>ircg_fetch_error_msg</function> example</title>
|
||||
<programlisting role="php">
|
||||
<refentry id="function.ircg-fetch-error-msg">
|
||||
<refnamediv>
|
||||
<refname>ircg_fetch_error_msg</refname>
|
||||
<refpurpose>Returns the error from previous IRCG operation</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>array</type><methodname>ircg_fetch_error_msg</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>ircg_fetch_error_msg</function> returns the error from
|
||||
a failed connection.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
Error code is stored in first array element, error text in second.
|
||||
The error code is equivalent to IRC reply codes as defined by
|
||||
RFC 2812.
|
||||
</para>
|
||||
</note>
|
||||
<para>
|
||||
<example>
|
||||
<title><function>ircg_fetch_error_msg</function> example</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
if (!ircg_join ($id, "#php")) {
|
||||
$error = ircg_fetch_error_msg($id);
|
||||
echo "Can't join channel #php. Error code:
|
||||
echo "Can't join channel #php. Error code:
|
||||
$error[0] Description: $error[1]";
|
||||
}
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
|
@ -1,27 +1,25 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/ircg.xml, last change in rev 1.17 -->
|
||||
<refentry id='function.ircg-get-username'>
|
||||
<refnamediv>
|
||||
<refname>ircg_get_username</refname>
|
||||
<refpurpose>
|
||||
Get username for connection
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>ircg_get_username</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Function <function>ircg_get_username</function> returns the
|
||||
username for the specified connection <parameter>connection</parameter>.
|
||||
Returns &false; if <parameter>connection</parameter> died or is
|
||||
not valid.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
<refentry id='function.ircg-get-username'>
|
||||
<refnamediv>
|
||||
<refname>ircg_get_username</refname>
|
||||
<refpurpose>Get username for connection</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>ircg_get_username</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Function <function>ircg_get_username</function> returns the
|
||||
username for the specified connection <parameter>connection</parameter>.
|
||||
Returns &false; if <parameter>connection</parameter> died or is
|
||||
not valid.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
|
@ -1,30 +1,28 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- splitted from ./en/functions/ircg.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.ircg-html-encode">
|
||||
<refnamediv>
|
||||
<refname>ircg_html_encode</refname>
|
||||
<refpurpose>
|
||||
Encodes HTML preserving output
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>ircg_html_encode</methodname>
|
||||
<methodparam><type>string</type><parameter>html_string</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>auto_links</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>conv_br</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Encodes a HTML string <parameter>html_string</parameter> for
|
||||
output. This exposes the interface which the IRCG extension
|
||||
uses internally to reformat data coming from an IRC link.
|
||||
The function causes IRC color/font codes to be encoded in
|
||||
HTML and escapes certain entities.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
<refentry id="function.ircg-html-encode">
|
||||
<refnamediv>
|
||||
<refname>ircg_html_encode</refname>
|
||||
<refpurpose>Encodes HTML preserving output</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>ircg_html_encode</methodname>
|
||||
<methodparam><type>string</type><parameter>html_string</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>auto_links</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>conv_br</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Encodes a HTML string <parameter>html_string</parameter> for
|
||||
output. This exposes the interface which the IRCG extension
|
||||
uses internally to reformat data coming from an IRC link.
|
||||
The function causes IRC color/font codes to be encoded in
|
||||
HTML and escapes certain entities.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
|
@ -1,31 +1,29 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- splitted from ./en/functions/ircg.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.ircg-ignore-add">
|
||||
<refnamediv>
|
||||
<refname>ircg_ignore_add</refname>
|
||||
<refpurpose>
|
||||
Add a user to your ignore list on a server
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>ircg_ignore_add</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>nick</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
This function adds user <parameter>nick</parameter> to the
|
||||
ignore list of connection
|
||||
<parameter>connection</parameter>. Afterwards, IRCG will suppress
|
||||
all messages from this user through the associated connection.
|
||||
</para>
|
||||
<para>
|
||||
See also: <function>ircg_ignore_del</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
<refentry id="function.ircg-ignore-add">
|
||||
<refnamediv>
|
||||
<refname>ircg_ignore_add</refname>
|
||||
<refpurpose>Add a user to your ignore list on a server</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>ircg_ignore_add</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>nick</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
This function adds user <parameter>nick</parameter> to the
|
||||
ignore list of connection
|
||||
<parameter>connection</parameter>. Afterwards, IRCG will suppress
|
||||
all messages from this user through the associated connection.
|
||||
</para>
|
||||
<para>
|
||||
See also: <function>ircg_ignore_del</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
|
@ -1,29 +1,27 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/ircg.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.ircg-ignore-del">
|
||||
<refnamediv>
|
||||
<refname>ircg_ignore_del</refname>
|
||||
<refpurpose>
|
||||
Remove a user from your ignore list on a server
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ircg_ignore_del</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>nick</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
This function removes user <parameter>nick</parameter> from the IRCG
|
||||
ignore list associated with <parameter>connection</parameter>.
|
||||
</para>
|
||||
<para>
|
||||
See also: <function>ircg_ignore_add</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
<refentry id="function.ircg-ignore-del">
|
||||
<refnamediv>
|
||||
<refname>ircg_ignore_del</refname>
|
||||
<refpurpose>Remove a user from your ignore list on a server</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ircg_ignore_del</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>nick</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
This function removes user <parameter>nick</parameter> from the IRCG
|
||||
ignore list associated with <parameter>connection</parameter>.
|
||||
</para>
|
||||
<para>
|
||||
See also: <function>ircg_ignore_add</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.ircg-invite">
|
||||
<refnamediv>
|
||||
<refname>ircg_invite</refname>
|
||||
|
@ -9,9 +9,9 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ircg_invite</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>channel</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>nickname</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>channel</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>nickname</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>ircg_invite</function> will send an invitation to the
|
||||
|
|
|
@ -1,26 +1,24 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/ircg.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.ircg-is-conn-alive">
|
||||
<refnamediv>
|
||||
<refname>ircg_is_conn_alive</refname>
|
||||
<refpurpose>
|
||||
Check connection status
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ircg_is_conn_alive</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>ircg_is_conn_alive</function> returns &true; if
|
||||
<parameter>connection</parameter> is still alive and working or
|
||||
&false;, if the connection has died for some reason.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
<refentry id="function.ircg-is-conn-alive">
|
||||
<refnamediv>
|
||||
<refname>ircg_is_conn_alive</refname>
|
||||
<refpurpose>Check connection status</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ircg_is_conn_alive</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>ircg_is_conn_alive</function> returns &true; if
|
||||
<parameter>connection</parameter> is still alive and working or
|
||||
&false;, if the connection has died for some reason.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
|
@ -1,28 +1,26 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- splitted from ./en/functions/ircg.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.ircg-join">
|
||||
<refnamediv>
|
||||
<refname>ircg_join</refname>
|
||||
<refpurpose>
|
||||
Join a channel on a connected server
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ircg_join</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>channel</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>key</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Join the channel <parameter>channel</parameter> on the server
|
||||
connected to by <parameter>connection</parameter>. IRCG will
|
||||
optionally pass the room key <parameter>key</parameter>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
<refentry id="function.ircg-join">
|
||||
<refnamediv>
|
||||
<refname>ircg_join</refname>
|
||||
<refpurpose>Join a channel on a connected server</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ircg_join</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>channel</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>key</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Join the channel <parameter>channel</parameter> on the server
|
||||
connected to by <parameter>connection</parameter>. IRCG will
|
||||
optionally pass the room key <parameter>key</parameter>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
|
@ -1,31 +1,29 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/ircg.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.ircg-kick">
|
||||
<refnamediv>
|
||||
<refname>ircg_kick</refname>
|
||||
<refpurpose>
|
||||
Kick a user out of a channel on server
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ircg_kick</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>channel</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>nick</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>reason</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Kick user <parameter>nick</parameter> from
|
||||
<parameter>channel</parameter> on server connected to by
|
||||
<parameter>connection</parameter>. <parameter>reason</parameter>
|
||||
should give a short message describing why this action was
|
||||
performed.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
<refentry id="function.ircg-kick">
|
||||
<refnamediv>
|
||||
<refname>ircg_kick</refname>
|
||||
<refpurpose>Kick a user out of a channel on server</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ircg_kick</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>channel</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>nick</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>reason</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Kick user <parameter>nick</parameter> from
|
||||
<parameter>channel</parameter> on server connected to by
|
||||
<parameter>connection</parameter>. <parameter>reason</parameter>
|
||||
should give a short message describing why this action was
|
||||
performed.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
|
@ -1,28 +1,28 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.ircg-list">
|
||||
<refnamediv>
|
||||
<refname>ircg_list</refname>
|
||||
<refpurpose>List topic/user count of channel(s)</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ircg_list</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>channel</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<simpara>
|
||||
<function>ircg_list</function> will request a list of users in the
|
||||
<parameter>channel</parameter>. The answer is sent to the output
|
||||
defined by <function>ircg_set_file</function> or
|
||||
<function>ircg_set_current</function>.
|
||||
&return.success;
|
||||
</simpara>
|
||||
<para>
|
||||
<example>
|
||||
<title><function>ircg_list</function> example</title>
|
||||
<programlisting role="php">
|
||||
<refnamediv>
|
||||
<refname>ircg_list</refname>
|
||||
<refpurpose>List topic/user count of channel(s)</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ircg_list</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>channel</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<simpara>
|
||||
<function>ircg_list</function> will request a list of users in the
|
||||
<parameter>channel</parameter>. The answer is sent to the output
|
||||
defined by <function>ircg_set_file</function> or
|
||||
<function>ircg_set_current</function>.
|
||||
&return.success;
|
||||
</simpara>
|
||||
<para>
|
||||
<example>
|
||||
<title><function>ircg_list</function> example</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
||||
|
@ -51,27 +51,27 @@ readfile('irc_output.html');
|
|||
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
<para>
|
||||
This example will output something similar to:
|
||||
</para>
|
||||
<screen>
|
||||
</programlisting>
|
||||
<para>
|
||||
This example will output something similar to:
|
||||
</para>
|
||||
<screen>
|
||||
<![CDATA[
|
||||
...
|
||||
Channel #channel has n users and the topic is 'Topic'
|
||||
End of LIST
|
||||
...
|
||||
]]>
|
||||
</screen>
|
||||
</example>
|
||||
</para>
|
||||
<simpara>
|
||||
See also: <function>ircg_set_file</function>,
|
||||
<function>ircg_set_current</function>, and
|
||||
<function>ircg_who</function>.
|
||||
</simpara>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
</screen>
|
||||
</example>
|
||||
</para>
|
||||
<simpara>
|
||||
See also: <function>ircg_set_file</function>,
|
||||
<function>ircg_set_current</function>, and
|
||||
<function>ircg_who</function>.
|
||||
</simpara>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
|
@ -1,31 +1,29 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/ircg.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.ircg-lookup-format-messages">
|
||||
<refnamediv>
|
||||
<refname>ircg_lookup_format_messages</refname>
|
||||
<refpurpose>
|
||||
Check for the existence of a format message set
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ircg_lookup_format_messages</methodname>
|
||||
<methodparam><type>string</type><parameter>name</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Check for the existence of the format message set
|
||||
<parameter>name</parameter>. Sets may be registered with
|
||||
<function>ircg_register_format_messages</function>, a default set
|
||||
named <literal>ircg</literal> is always available. Returns &true;,
|
||||
if the set exists and &false; otherwise.
|
||||
</para>
|
||||
<para>
|
||||
See also: <function>ircg_register_format_messages</function>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
<refentry id="function.ircg-lookup-format-messages">
|
||||
<refnamediv>
|
||||
<refname>ircg_lookup_format_messages</refname>
|
||||
<refpurpose>Check for the existence of a format message set</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ircg_lookup_format_messages</methodname>
|
||||
<methodparam><type>string</type><parameter>name</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Check for the existence of the format message set
|
||||
<parameter>name</parameter>. Sets may be registered with
|
||||
<function>ircg_register_format_messages</function>, a default set
|
||||
named <literal>ircg</literal> is always available. Returns &true;,
|
||||
if the set exists and &false; otherwise.
|
||||
</para>
|
||||
<para>
|
||||
See also: <function>ircg_register_format_messages</function>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
|
@ -1,40 +1,38 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- splitted from ./en/functions/ircg.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.ircg-msg">
|
||||
<refnamediv>
|
||||
<refname>ircg_msg</refname>
|
||||
<refpurpose>
|
||||
Send message to channel or user on server
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ircg_msg</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>recipient</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>message</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>suppress</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>ircg_msg</function> will send the message to a channel
|
||||
or user on the server connected to by
|
||||
<parameter>connection</parameter>. A
|
||||
<parameter>recipient</parameter> starting with
|
||||
<literal>#</literal> or <literal>&</literal> will send the
|
||||
<parameter>message</parameter> to a channel, anything else will
|
||||
be interpreted as a username.
|
||||
</para>
|
||||
<para>
|
||||
Setting the optional parameter <parameter>suppress</parameter> to
|
||||
a &true; value will suppress output of your message to your own
|
||||
<parameter>connection</parameter>. This so-called loopback is
|
||||
necessary, because the IRC server does not echo PRIVMSG commands
|
||||
back to us.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
<refentry id="function.ircg-msg">
|
||||
<refnamediv>
|
||||
<refname>ircg_msg</refname>
|
||||
<refpurpose>Send message to channel or user on server</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ircg_msg</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>recipient</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>message</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>suppress</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>ircg_msg</function> will send the message to a channel
|
||||
or user on the server connected to by
|
||||
<parameter>connection</parameter>. A
|
||||
<parameter>recipient</parameter> starting with
|
||||
<literal>#</literal> or <literal>&</literal> will send the
|
||||
<parameter>message</parameter> to a channel, anything else will
|
||||
be interpreted as a username.
|
||||
</para>
|
||||
<para>
|
||||
Setting the optional parameter <parameter>suppress</parameter> to
|
||||
a &true; value will suppress output of your message to your own
|
||||
<parameter>connection</parameter>. This so-called loopback is
|
||||
necessary, because the IRC server does not echo PRIVMSG commands
|
||||
back to us.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.ircg-names">
|
||||
<refnamediv>
|
||||
<refname>ircg_names</refname>
|
||||
|
@ -19,7 +19,7 @@
|
|||
|
||||
</para>
|
||||
<para>
|
||||
See also
|
||||
See also
|
||||
<function>ircg_get_username</function> and
|
||||
<function>ircg_lusers</function>.
|
||||
</para>
|
||||
|
|
|
@ -1,30 +1,28 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/ircg.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.ircg-nick">
|
||||
<refnamediv>
|
||||
<refname>ircg_nick</refname>
|
||||
<refpurpose>
|
||||
Change nickname on server
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ircg_nick</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>nick</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Change your nickname on the given
|
||||
<parameter>connection</parameter> to the one given in
|
||||
<parameter>nick</parameter>, if possible.
|
||||
</para>
|
||||
<para>
|
||||
Will return &true; on success and &false; on failure.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
<refentry id="function.ircg-nick">
|
||||
<refnamediv>
|
||||
<refname>ircg_nick</refname>
|
||||
<refpurpose>Change nickname on server</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ircg_nick</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>nick</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Change your nickname on the given
|
||||
<parameter>connection</parameter> to the one given in
|
||||
<parameter>nick</parameter>, if possible.
|
||||
</para>
|
||||
<para>
|
||||
Will return &true; on success and &false; on failure.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
|
@ -1,28 +1,26 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/ircg.xml, last change in rev 1.17 -->
|
||||
<refentry id='function.ircg-nickname-escape'>
|
||||
<refnamediv>
|
||||
<refname>ircg_nickname_escape</refname>
|
||||
<refpurpose>
|
||||
Encode special characters in nickname to be IRC-compliant
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>ircg_nickname_escape</methodname>
|
||||
<methodparam><type>string</type><parameter>nick</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Function <function>ircg_nickname_escape</function> returns an encoded
|
||||
nickname specified by <parameter>nick</parameter> which is IRC-compliant.
|
||||
</para>
|
||||
<para>
|
||||
See also: <function>ircg_nickname_unescape</function>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
<refentry id='function.ircg-nickname-escape'>
|
||||
<refnamediv>
|
||||
<refname>ircg_nickname_escape</refname>
|
||||
<refpurpose>Encode special characters in nickname to be IRC-compliant</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>ircg_nickname_escape</methodname>
|
||||
<methodparam><type>string</type><parameter>nick</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Function <function>ircg_nickname_escape</function> returns an encoded
|
||||
nickname specified by <parameter>nick</parameter> which is IRC-compliant.
|
||||
</para>
|
||||
<para>
|
||||
See also: <function>ircg_nickname_unescape</function>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
|
@ -1,28 +1,26 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/ircg.xml, last change in rev 1.1 -->
|
||||
<refentry id='function.ircg-nickname-unescape'>
|
||||
<refnamediv>
|
||||
<refname>ircg_nickname_unescape</refname>
|
||||
<refpurpose>
|
||||
Decodes encoded nickname
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>ircg_nickname_unescape</methodname>
|
||||
<methodparam><type>string</type><parameter>nick</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Function <function>ircg_nickname_unescape</function> returns a
|
||||
decoded nickname, which is specified in <parameter>nick</parameter>.
|
||||
</para>
|
||||
<para>
|
||||
See also: <function>ircg_nickname_escape</function>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
<refentry id='function.ircg-nickname-unescape'>
|
||||
<refnamediv>
|
||||
<refname>ircg_nickname_unescape</refname>
|
||||
<refpurpose>Decodes encoded nickname</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>ircg_nickname_unescape</methodname>
|
||||
<methodparam><type>string</type><parameter>nick</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Function <function>ircg_nickname_unescape</function> returns a
|
||||
decoded nickname, which is specified in <parameter>nick</parameter>.
|
||||
</para>
|
||||
<para>
|
||||
See also: <function>ircg_nickname_escape</function>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
|
@ -1,30 +1,28 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- splitted from ./en/functions/ircg.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.ircg-notice">
|
||||
<refnamediv>
|
||||
<refname>ircg_notice</refname>
|
||||
<refpurpose>
|
||||
Send a notice to a user on server
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ircg_notice</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>nick</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>message</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
This function will send the <parameter>message</parameter> text
|
||||
to the user <parameter>nick</parameter> on the server connected
|
||||
to by <parameter>connection</parameter>. IRC servers and other
|
||||
software will not automatically generate replies to NOTICEs
|
||||
in contrast to other message types.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
<refentry id="function.ircg-notice">
|
||||
<refnamediv>
|
||||
<refname>ircg_notice</refname>
|
||||
<refpurpose>Send a notice to a user on server</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ircg_notice</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>nick</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>message</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
This function will send the <parameter>message</parameter> text
|
||||
to the user <parameter>nick</parameter> on the server connected
|
||||
to by <parameter>connection</parameter>. IRC servers and other
|
||||
software will not automatically generate replies to NOTICEs
|
||||
in contrast to other message types.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
|
@ -1,26 +1,24 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/ircg.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.ircg-part">
|
||||
<refnamediv>
|
||||
<refname>ircg_part</refname>
|
||||
<refpurpose>
|
||||
Leave a channel on server
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ircg_part</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>channel</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Leave the channel <parameter>channel</parameter> on the server
|
||||
connected to by <parameter>connection</parameter>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
<refentry id="function.ircg-part">
|
||||
<refnamediv>
|
||||
<refname>ircg_part</refname>
|
||||
<refpurpose>Leave a channel on server</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ircg_part</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>channel</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Leave the channel <parameter>channel</parameter> on the server
|
||||
connected to by <parameter>connection</parameter>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
|
@ -1,70 +1,68 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/ircg.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.ircg-pconnect">
|
||||
<refnamediv>
|
||||
<refname>ircg_pconnect</refname>
|
||||
<refpurpose>
|
||||
Connect to an IRC server
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>resource</type><methodname>ircg_pconnect</methodname>
|
||||
<methodparam><type>string</type><parameter>username</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>server_ip</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>server_port</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>msg_format</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>array</type><parameter>ctcp_messages</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>array</type><parameter>user_settings</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>bailout_on_trivial</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<refentry id="function.ircg-pconnect">
|
||||
<refnamediv>
|
||||
<refname>ircg_pconnect</refname>
|
||||
<refpurpose>Connect to an IRC server</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>resource</type><methodname>ircg_pconnect</methodname>
|
||||
<methodparam><type>string</type><parameter>username</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>server_ip</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>server_port</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>msg_format</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>array</type><parameter>ctcp_messages</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>array</type><parameter>user_settings</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>bailout_on_trivial</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>ircg_pconnect</function> will try to establish a
|
||||
connection to an IRC server and return a connection resource
|
||||
handle for further use.
|
||||
</para>
|
||||
<para>
|
||||
The only mandatory parameter is <parameter>username</parameter>,
|
||||
this will set your initial nickname on the
|
||||
server. <parameter>server_ip</parameter> and
|
||||
<parameter>server_port</parameter> are optional and default to
|
||||
<literal>127.0.0.1</literal> and <literal>6667</literal>.
|
||||
<note>
|
||||
<para>
|
||||
<function>ircg_pconnect</function> will try to establish a
|
||||
connection to an IRC server and return a connection resource
|
||||
handle for further use.
|
||||
For now parameter <parameter>server_ip</parameter> will not do
|
||||
any hostname lookups and will only accept IP addresses in
|
||||
numerical form. DNS lookups are expensive and should be done in the
|
||||
context of IRCG.
|
||||
</para>
|
||||
<para>
|
||||
The only mandatory parameter is <parameter>username</parameter>,
|
||||
this will set your initial nickname on the
|
||||
server. <parameter>server_ip</parameter> and
|
||||
<parameter>server_port</parameter> are optional and default to
|
||||
<literal>127.0.0.1</literal> and <literal>6667</literal>.
|
||||
<note>
|
||||
<para>
|
||||
For now parameter <parameter>server_ip</parameter> will not do
|
||||
any hostname lookups and will only accept IP addresses in
|
||||
numerical form. DNS lookups are expensive and should be done in the
|
||||
context of IRCG.
|
||||
</para>
|
||||
</note>
|
||||
</para>
|
||||
<para>
|
||||
You can customize the output of IRC messages and events by
|
||||
selecting a format message set previously created with
|
||||
<function>ircg_register_format_messages</function> by specifying
|
||||
the set's name in <parameter>msg_format</parameter>.
|
||||
</para>
|
||||
<para>
|
||||
If you want to handle CTCP messages such as ACTION (/me), you need to
|
||||
define a mapping from CTCP type (e.g. ACTION) to a custom format
|
||||
string. Do this by passing an associative array as
|
||||
<parameter>ctcp_messages</parameter>. The keys of the array
|
||||
are the CTCP type and the respective value is the format message.
|
||||
</para>
|
||||
<para>
|
||||
You can define "ident", "password", and "realname" tokens which
|
||||
are sent to the IRC server by setting these in an associative
|
||||
array. Pass that array as <parameter>user_settings</parameter>.
|
||||
</para>
|
||||
<para>
|
||||
See also: <function>ircg_disconnect</function>,
|
||||
<function>ircg_is_conn_alive</function>,
|
||||
<function>ircg_register_format_messages</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
</note>
|
||||
</para>
|
||||
<para>
|
||||
You can customize the output of IRC messages and events by
|
||||
selecting a format message set previously created with
|
||||
<function>ircg_register_format_messages</function> by specifying
|
||||
the set's name in <parameter>msg_format</parameter>.
|
||||
</para>
|
||||
<para>
|
||||
If you want to handle CTCP messages such as ACTION (/me), you need to
|
||||
define a mapping from CTCP type (e.g. ACTION) to a custom format
|
||||
string. Do this by passing an associative array as
|
||||
<parameter>ctcp_messages</parameter>. The keys of the array
|
||||
are the CTCP type and the respective value is the format message.
|
||||
</para>
|
||||
<para>
|
||||
You can define "ident", "password", and "realname" tokens which
|
||||
are sent to the IRC server by setting these in an associative
|
||||
array. Pass that array as <parameter>user_settings</parameter>.
|
||||
</para>
|
||||
<para>
|
||||
See also: <function>ircg_disconnect</function>,
|
||||
<function>ircg_is_conn_alive</function>,
|
||||
<function>ircg_register_format_messages</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
|
@ -1,79 +1,77 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/ircg.xml, last change in rev 1.17 -->
|
||||
<refentry id="function.ircg-register-format-messages">
|
||||
<refnamediv>
|
||||
<refname>ircg_register_format_messages</refname>
|
||||
<refpurpose>
|
||||
Register a format message set
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ircg_register_format_messages</methodname>
|
||||
<methodparam><type>string</type><parameter>name</parameter></methodparam>
|
||||
<methodparam><type>array</type><parameter>messages</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
With <function>ircg_register_format_messages</function> you can
|
||||
customize the way your IRC output looks like or which script
|
||||
functions are invoked on the client side.
|
||||
</para>
|
||||
<para>
|
||||
<itemizedlist>
|
||||
<listitem><simpara>Plain channel message</simpara></listitem>
|
||||
<listitem><simpara>Private message received</simpara></listitem>
|
||||
<listitem><simpara>Private message sent</simpara></listitem>
|
||||
<listitem><simpara>Some user leaves channel</simpara></listitem>
|
||||
<listitem><simpara>Some user enters channel</simpara></listitem>
|
||||
<listitem>
|
||||
<simpara>Some user was kicked from the channel</simpara>
|
||||
</listitem>
|
||||
<listitem><simpara>Topic has been changed</simpara></listitem>
|
||||
<listitem><simpara>Error</simpara></listitem>
|
||||
<listitem><simpara>Fatal error</simpara></listitem>
|
||||
<listitem><simpara>Join list end(?)</simpara></listitem>
|
||||
<listitem><simpara>Self part(?)</simpara></listitem>
|
||||
<listitem><simpara>Some user changes his nick</simpara></listitem>
|
||||
<listitem>
|
||||
<simpara>Some user quits his connection</simpara>
|
||||
</listitem>
|
||||
<listitem><simpara>Mass join begin</simpara></listitem>
|
||||
<listitem><simpara>Mass join element</simpara></listitem>
|
||||
<listitem><simpara>Mass join end</simpara></listitem>
|
||||
<listitem><simpara>Whois user</simpara></listitem>
|
||||
<listitem><simpara>Whois server</simpara></listitem>
|
||||
<listitem><simpara>Whois idle</simpara></listitem>
|
||||
<listitem><simpara>Whois channel</simpara></listitem>
|
||||
<listitem><simpara>Whois end</simpara></listitem>
|
||||
<listitem>
|
||||
<simpara>Voice status change on user</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>Operator status change on user</simpara>
|
||||
</listitem>
|
||||
<listitem><simpara>Banlist</simpara></listitem>
|
||||
<listitem><simpara>Banlist end</simpara></listitem>
|
||||
</itemizedlist>
|
||||
<itemizedlist>
|
||||
<listitem><simpara>%f - from</simpara></listitem>
|
||||
<listitem><simpara>%t - to</simpara></listitem>
|
||||
<listitem><simpara>%c - channel</simpara></listitem>
|
||||
<listitem><simpara>%r - plain message</simpara></listitem>
|
||||
<listitem><simpara>%m - encoded message</simpara></listitem>
|
||||
<listitem><simpara>%j - js encoded message</simpara></listitem>
|
||||
</itemizedlist>
|
||||
<itemizedlist>
|
||||
<listitem><simpara>1 - mod encode</simpara></listitem>
|
||||
<listitem><simpara>2 - nickname decode</simpara></listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
<para>
|
||||
See also: <function>ircg_lookup_format_messages</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
<refentry id="function.ircg-register-format-messages">
|
||||
<refnamediv>
|
||||
<refname>ircg_register_format_messages</refname>
|
||||
<refpurpose>Register a format message set</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ircg_register_format_messages</methodname>
|
||||
<methodparam><type>string</type><parameter>name</parameter></methodparam>
|
||||
<methodparam><type>array</type><parameter>messages</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
With <function>ircg_register_format_messages</function> you can
|
||||
customize the way your IRC output looks like or which script
|
||||
functions are invoked on the client side.
|
||||
</para>
|
||||
<para>
|
||||
<itemizedlist>
|
||||
<listitem><simpara>Plain channel message</simpara></listitem>
|
||||
<listitem><simpara>Private message received</simpara></listitem>
|
||||
<listitem><simpara>Private message sent</simpara></listitem>
|
||||
<listitem><simpara>Some user leaves channel</simpara></listitem>
|
||||
<listitem><simpara>Some user enters channel</simpara></listitem>
|
||||
<listitem>
|
||||
<simpara>Some user was kicked from the channel</simpara>
|
||||
</listitem>
|
||||
<listitem><simpara>Topic has been changed</simpara></listitem>
|
||||
<listitem><simpara>Error</simpara></listitem>
|
||||
<listitem><simpara>Fatal error</simpara></listitem>
|
||||
<listitem><simpara>Join list end(?)</simpara></listitem>
|
||||
<listitem><simpara>Self part(?)</simpara></listitem>
|
||||
<listitem><simpara>Some user changes his nick</simpara></listitem>
|
||||
<listitem>
|
||||
<simpara>Some user quits his connection</simpara>
|
||||
</listitem>
|
||||
<listitem><simpara>Mass join begin</simpara></listitem>
|
||||
<listitem><simpara>Mass join element</simpara></listitem>
|
||||
<listitem><simpara>Mass join end</simpara></listitem>
|
||||
<listitem><simpara>Whois user</simpara></listitem>
|
||||
<listitem><simpara>Whois server</simpara></listitem>
|
||||
<listitem><simpara>Whois idle</simpara></listitem>
|
||||
<listitem><simpara>Whois channel</simpara></listitem>
|
||||
<listitem><simpara>Whois end</simpara></listitem>
|
||||
<listitem>
|
||||
<simpara>Voice status change on user</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>Operator status change on user</simpara>
|
||||
</listitem>
|
||||
<listitem><simpara>Banlist</simpara></listitem>
|
||||
<listitem><simpara>Banlist end</simpara></listitem>
|
||||
</itemizedlist>
|
||||
<itemizedlist>
|
||||
<listitem><simpara>%f - from</simpara></listitem>
|
||||
<listitem><simpara>%t - to</simpara></listitem>
|
||||
<listitem><simpara>%c - channel</simpara></listitem>
|
||||
<listitem><simpara>%r - plain message</simpara></listitem>
|
||||
<listitem><simpara>%m - encoded message</simpara></listitem>
|
||||
<listitem><simpara>%j - js encoded message</simpara></listitem>
|
||||
</itemizedlist>
|
||||
<itemizedlist>
|
||||
<listitem><simpara>1 - mod encode</simpara></listitem>
|
||||
<listitem><simpara>2 - nickname decode</simpara></listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
<para>
|
||||
See also: <function>ircg_lookup_format_messages</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
|
@ -1,31 +1,29 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/ircg.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.ircg-set-current">
|
||||
<refnamediv>
|
||||
<refname>ircg_set_current</refname>
|
||||
<refpurpose>
|
||||
Set current connection for output
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ircg_set_current</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Select the current HTTP connection for output in this execution
|
||||
context. Every output sent from the server connected to by
|
||||
<parameter>connection</parameter> will be copied to standard
|
||||
output while using default formatting or a format message set
|
||||
specified by <function>ircg_register_format_messages</function>.
|
||||
</para>
|
||||
<para>
|
||||
See also: <function>ircg_register_format_messages</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
<refentry id="function.ircg-set-current">
|
||||
<refnamediv>
|
||||
<refname>ircg_set_current</refname>
|
||||
<refpurpose>Set current connection for output</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ircg_set_current</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Select the current HTTP connection for output in this execution
|
||||
context. Every output sent from the server connected to by
|
||||
<parameter>connection</parameter> will be copied to standard
|
||||
output while using default formatting or a format message set
|
||||
specified by <function>ircg_register_format_messages</function>.
|
||||
</para>
|
||||
<para>
|
||||
See also: <function>ircg_register_format_messages</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
|
@ -1,28 +1,26 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/ircg.xml, last change in rev 1.17 -->
|
||||
<refentry id='function.ircg-set-file'>
|
||||
<refnamediv>
|
||||
<refname>ircg_set_file</refname>
|
||||
<refpurpose>
|
||||
Set logfile for connection
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ircg_set_file</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>path</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Function <function>ircg_set_file</function> specifies a logfile
|
||||
<parameter>path</parameter> in which all output from connection
|
||||
<parameter>connection</parameter> will be logged.
|
||||
Returns &true; on success, otherwise &false;.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
<refentry id='function.ircg-set-file'>
|
||||
<refnamediv>
|
||||
<refname>ircg_set_file</refname>
|
||||
<refpurpose>Set logfile for connection</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ircg_set_file</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>path</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Function <function>ircg_set_file</function> specifies a logfile
|
||||
<parameter>path</parameter> in which all output from connection
|
||||
<parameter>connection</parameter> will be logged.
|
||||
Returns &true; on success, otherwise &false;.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
|
@ -1,36 +1,34 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/ircg.xml, last change in rev 1.17 -->
|
||||
<refentry id='function.ircg-set-on-die'>
|
||||
<refnamediv>
|
||||
<refname>ircg_set_on_die</refname>
|
||||
<refpurpose>
|
||||
Set action to be executed when connection dies
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ircg_set_on_die</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>host</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>port</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>data</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
In case of the termination of connection <parameter>connection</parameter>
|
||||
IRCG will connect to <parameter>host</parameter> at
|
||||
<parameter>port</parameter> (Note: host must be an IPv4 address,
|
||||
IRCG does not resolve host-names due to blocking issues), send
|
||||
<parameter>data</parameter> to the new host connection and will
|
||||
wait until the remote part closes connection. This can be used to
|
||||
trigger a PHP script for example.
|
||||
</para>
|
||||
<para>
|
||||
This feature requires IRCG 3.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
<refentry id='function.ircg-set-on-die'>
|
||||
<refnamediv>
|
||||
<refname>ircg_set_on_die</refname>
|
||||
<refpurpose>Set action to be executed when connection dies</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ircg_set_on_die</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>host</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>port</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>data</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
In case of the termination of connection <parameter>connection</parameter>
|
||||
IRCG will connect to <parameter>host</parameter> at
|
||||
<parameter>port</parameter> (Note: host must be an IPv4 address,
|
||||
IRCG does not resolve host-names due to blocking issues), send
|
||||
<parameter>data</parameter> to the new host connection and will
|
||||
wait until the remote part closes connection. This can be used to
|
||||
trigger a PHP script for example.
|
||||
</para>
|
||||
<para>
|
||||
This feature requires IRCG 3.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
|
@ -1,28 +1,26 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/ircg.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.ircg-topic">
|
||||
<refnamediv>
|
||||
<refname>ircg_topic</refname>
|
||||
<refpurpose>
|
||||
Set topic for channel on server
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ircg_topic</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>channel</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>new_topic</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Change the topic for channel <parameter>channel</parameter> on
|
||||
the server connected to by <parameter>connection</parameter> to
|
||||
<parameter>new_topic</parameter>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
<refentry id="function.ircg-topic">
|
||||
<refnamediv>
|
||||
<refname>ircg_topic</refname>
|
||||
<refpurpose>Set topic for channel on server</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ircg_topic</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>channel</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>new_topic</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Change the topic for channel <parameter>channel</parameter> on
|
||||
the server connected to by <parameter>connection</parameter> to
|
||||
<parameter>new_topic</parameter>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
|
@ -1,27 +1,25 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/ircg.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.ircg-whois">
|
||||
<refnamediv>
|
||||
<refname>ircg_whois</refname>
|
||||
<refpurpose>
|
||||
Query server for user information
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ircg_whois</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>nick</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Sends a query to the connected server
|
||||
<parameter>connection</parameter> to ask for information about the
|
||||
specified user <parameter>nick</parameter>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
<refentry id="function.ircg-whois">
|
||||
<refnamediv>
|
||||
<refname>ircg_whois</refname>
|
||||
<refpurpose>Query server for user information</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>ircg_whois</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>nick</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Sends a query to the connected server
|
||||
<parameter>connection</parameter> to ask for information about the
|
||||
specified user <parameter>nick</parameter>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
Loading…
Reference in a new issue