XLI. IRC Gateway Functions

Internet Relay Chat Gateway ...

Based on IRCG, from Sascha Schumann.

Table of Contents
ircg_pconnect --  Connect to an IRC server
ircg_fetch_error_msg --  Returns the error from previous ircg operation
ircg_set_current --  Set current connection for output
ircg_join --  Join a channel on a connected server
ircg_part --  Leave a channel on server
ircg_msg --  Send message to channel or user on server
ircg_notice --  Send a notice to a user on server
ircg_nick --  Change nickname on server
ircg_topic --  Set topic for channel on server
ircg_channel_mode --  Set channel mode flags for user
ircg_html_encode --  Encodes HTML preserving output
ircg_whois --  Query user information for nick on server
ircg_kick --  Kick a user out of a channel on server
ircg_ignore_add --  Add a user to your ignore list on a server
ircg_ignore_del --  Remove a user from your ignore list on a server
ircg_disconnect --  Close connection to server
ircg_is_conn_alive --  Check connection status
ircg_lookup_format_messages --  Select a set of format strings for display of IRC messages
ircg_register_format_messages --  Register a set of format strings for display of IRC messages