eschmid Sun Sep 2 06:52:33 2001 EDT
Modified files:
/phpdoc/en/functions ircg.xml
Log:
Whitespace only and deleted empty 'See also'.
Index: phpdoc/en/functions/ircg.xml
diff -u phpdoc/en/functions/ircg.xml:1.10 phpdoc/en/functions/ircg.xml:1.11
--- phpdoc/en/functions/ircg.xml:1.10 Wed Aug 29 16:16:21 2001
+++ phpdoc/en/functions/ircg.xml Sun Sep 2 06:52:33 2001
@@ -1,5 +1,5 @@
<?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<reference id="ref.ircg">
<title>IRC Gateway Functions</title>
<titleabbrev>IRC Gateway</titleabbrev>
@@ -108,7 +108,7 @@
<example>
<title><function>ircg_fetch_error_msg</function> example</title>
<programlisting role="php">
-if (!ircg_join ($id, "#php")){
+if (!ircg_join ($id, "#php")) {
$error = ircg_fetch_error_msg($id);
print ("Can't join channel #php. Errorcode:
$error[0] Description: $error[1]");
@@ -118,6 +118,7 @@
</para>
</refsect1>
</refentry>
+
<refentry id="function.ircg-set-current">
<refnamediv>
<refname>ircg_set_current</refname>
@@ -169,9 +170,6 @@
Join the channel <parameter>channel</parameter> on the server
connected to by <parameter>connection</parameter>.
</para>
- <para>
- See also:
- </para>
</refsect1>
</refentry>
@@ -188,16 +186,13 @@
<funcprototype>
<funcdef>boolean <function>ircg_part</function></funcdef>
<paramdef>resource <parameter>connection</parameter></paramdef>
- <paramdef>string <parameter>channel</parameter></paramdef>
+ <paramdef>string <parameter>channel</parameter></paramdef>
</funcprototype>
</funcsynopsis>
<para>
Leave the channel <parameter>channel</parameter> on the server
connected to by <parameter>connection</parameter>.
</para>
- <para>
- See also:
- </para>
</refsect1>
</refentry>
@@ -262,9 +257,6 @@
documentation of choice for the exact difference between a MSG
and a NOTICE.
</para>
- <para>
- See also <!-- what -->:
- </para>
</refsect1>
</refentry>
@@ -281,7 +273,7 @@
<funcprototype>
<funcdef>boolean <function>ircg_nick</function></funcdef>
<paramdef>resource <parameter>connection</parameter></paramdef>
- <paramdef>string <parameter>nick</parameter></paramdef>
+ <paramdef>string <parameter>nick</parameter></paramdef>
</funcprototype>
</funcsynopsis>
<para>
@@ -308,8 +300,8 @@
<funcprototype>
<funcdef>boolean <function>ircg_topic</function></funcdef>
<paramdef>resource <parameter>connection</parameter></paramdef>
- <paramdef>string <parameter>channel</parameter></paramdef>
- <paramdef>string <parameter>new_topic</parameter></paramdef>
+ <paramdef>string <parameter>channel</parameter></paramdef>
+ <paramdef>string <parameter>new_topic</parameter></paramdef>
</funcprototype>
</funcsynopsis>
<para>
@@ -348,9 +340,7 @@
Mode flags are set or cleared by specifind 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' passed as <parameter>mode_spec</parameter>. </para>
- <para>
- See also:
+ by '-o' passed as <parameter>mode_spec</parameter>.
</para>
</refsect1>
</refentry>
@@ -367,14 +357,13 @@
<funcsynopsis>
<funcprototype>
<funcdef>boolean <function>ircg_html_encode</function></funcdef>
- <paramdef>string <parameter>html_string</parameter></paramdef>
+ <paramdef>string <parameter>html_string</parameter></paramdef>
</funcprototype>
</funcsynopsis>
<para>
- Encodes a HTML string <parameter>html_string</parameter> for output. This
feature could be usable, e.g. if someone wants to discuss about an html problem.
- </para>
- <para>
- See also: <!-- what -->
+ Encodes a HTML string <parameter>html_string</parameter> for
+ output. This feature could be usable, e.g. if someone wants to
+ discuss about an html problem.
</para>
</refsect1>
</refentry>
@@ -392,14 +381,13 @@
<funcprototype>
<funcdef>boolean <function>ircg_whois</function></funcdef>
<paramdef>resource <parameter>connection</parameter></paramdef>
- <paramdef>string <parameter>nick</parameter></paramdef>
+ <paramdef>string <parameter>nick</parameter></paramdef>
</funcprototype>
</funcsynopsis>
<para>
- Sends a query to the connected server <parameter>connection</parameter> to send
information for the specified user <parameter>nick</parameter>.
- </para>
- <para>
- See also:
+ Sends a query to the connected server
+ <parameter>connection</parameter> to send information for the
+ specified user <parameter>nick</parameter>.
</para>
</refsect1>
</refentry>
@@ -455,7 +443,7 @@
all messages from this user from being send to you.
</para>
<para>
- See also: <function>ircg_ignore_del</function> .
+ See also: <function>ircg_ignore_del</function>.
</para>
</refsect1>
</refentry>
@@ -581,7 +569,7 @@
<function>ircg_register_format_messages</function>
</funcdef>
<paramdef>string <parameter>name</parameter></paramdef>
- <paramdef>array <parameter>messages</parameter></paramdef>
+ <paramdef>array <parameter>messages</parameter></paramdef>
</funcprototype>
</funcsynopsis>
<para>