From 3f0b8e9ec959fba1309c3487dd59a1577b8a5c2b Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Sun, 2 Sep 2001 10:52:33 +0000 Subject: [PATCH] Whitespace only and deleted empty 'See also'. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@56545 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/ircg.xml | 48 +++++++++++++++++----------------------------- 1 file changed, 18 insertions(+), 30 deletions(-) diff --git a/functions/ircg.xml b/functions/ircg.xml index 4de2b28c16..82592eecd6 100644 --- a/functions/ircg.xml +++ b/functions/ircg.xml @@ -1,5 +1,5 @@ - + IRC Gateway Functions IRC Gateway @@ -108,7 +108,7 @@ <function>ircg_fetch_error_msg</function> example -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 @@ if (!ircg_join ($id, "#php")){ + ircg_set_current @@ -169,9 +170,6 @@ if (!ircg_join ($id, "#php")){ Join the channel channel on the server connected to by connection. - - See also: - @@ -188,16 +186,13 @@ if (!ircg_join ($id, "#php")){ boolean ircg_part resource connection - string channel + string channel Leave the channel channel on the server connected to by connection. - - See also: - @@ -262,9 +257,6 @@ if (!ircg_join ($id, "#php")){ documentation of choice for the exact difference between a MSG and a NOTICE. - - See also : - @@ -281,7 +273,7 @@ if (!ircg_join ($id, "#php")){ boolean ircg_nick resource connection - string nick + string nick @@ -308,8 +300,8 @@ if (!ircg_join ($id, "#php")){ boolean ircg_topic resource connection - string channel - string new_topic + string channel + string new_topic @@ -348,9 +340,7 @@ if (!ircg_join ($id, "#php")){ 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 mode_spec. - - See also: + by '-o' passed as mode_spec. @@ -367,14 +357,13 @@ if (!ircg_join ($id, "#php")){ boolean ircg_html_encode - string html_string + string html_string - Encodes a HTML string html_string for output. This feature could be usable, e.g. if someone wants to discuss about an html problem. - - - See also: + Encodes a HTML string html_string for + output. This feature could be usable, e.g. if someone wants to + discuss about an html problem. @@ -392,14 +381,13 @@ if (!ircg_join ($id, "#php")){ boolean ircg_whois resource connection - string nick + string nick - Sends a query to the connected server connection to send information for the specified user nick. - - - See also: + Sends a query to the connected server + connection to send information for the + specified user nick. @@ -455,7 +443,7 @@ if (!ircg_join ($id, "#php")){ all messages from this user from being send to you. - See also: ircg_ignore_del . + See also: ircg_ignore_del. @@ -581,7 +569,7 @@ if (!ircg_join ($id, "#php")){ ircg_register_format_messages string name - array messages + array messages