diff --git a/functions/ircg.xml b/functions/ircg.xml index a79cee49b7..e9a270d165 100644 --- a/functions/ircg.xml +++ b/functions/ircg.xml @@ -1,5 +1,5 @@ - + IRC Gateway Functions IRC Gateway @@ -676,7 +676,10 @@ if (!ircg_join ($id, "#php")) { - &warn.undocumented.func; + Function ircg_set_file specifies a logfile + path in which all output from connection + connection will be logged. + Returns &true; on success, otherwise &false;. @@ -697,7 +700,10 @@ if (!ircg_join ($id, "#php")) { - &warn.undocumented.func; + Function ircg_get_username returns the + username for specified connection connection. + Returns &false; if connection died or is + not valid. @@ -718,7 +724,11 @@ if (!ircg_join ($id, "#php")) { - &warn.undocumented.func; + Function ircg_nickname_escape returns a decoded + nickname specified by nick wich is IRC-compliant. + + + See also: ircg_nickname_unescape @@ -727,7 +737,7 @@ if (!ircg_join ($id, "#php")) { ircg_nickname_unescape - Decode encoded nickname + Decodes encoded nickname @@ -739,7 +749,11 @@ if (!ircg_join ($id, "#php")) { - &warn.undocumented.func; + Function ircg_nickname_unescape returns a + decoded nickname, which is specified in nick. + + + See also: ircg_nickname_escape