Modules/IRCEcho/irc onConnected

From Multi Theft Auto: Wiki
Jump to navigation Jump to search


Package-x-generic.png This function is provided by the external module IRCEcho. You must install this module to use this function.

This is called when the IRC Module has successfully connected to a server

Syntax

function irc_onConnected (  )

Example

Example 1: This script outputs that the server has connected to IRC

function irc_onConnected( )
  	outputServerLog( "IRC Connected!" )
end

See also