diff --git a/functions/ircg.xml b/functions/ircg.xml index e9a270d165..446b9a8753 100644 --- a/functions/ircg.xml +++ b/functions/ircg.xml @@ -1,5 +1,5 @@ - + IRC Gateway Functions IRC Gateway @@ -639,7 +639,7 @@ if (!ircg_join ($id, "#php")) { ircg_set_on_die - Set hostaction to be execute when connection dies */ + Set hostaction to be execute when connection dies @@ -654,7 +654,13 @@ if (!ircg_join ($id, "#php")) { - &warn.undocumented.func; + In case of the termination of connection connection + IRCG will connect to host at + port (Note: host must be an IPv4 address, + IRCG does not resolve host-names due to blocking issues), send + data 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.