Modules/SebasIRC/ircConnect

From Multi Theft Auto: Wiki
Revision as of 12:39, 13 April 2009 by Sebassje (talk | contribs) (New page: __NOTOC__ {{Server function}} {{ModuleFunction|SebasIRC}} This function will set a connection to the IRC Server. ==Syntax== <syntaxhighlight lang="lua"> bool ircConnect(string ip, int port) </syntaxhighlight> ===...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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


This function will set a connection to the IRC Server.

Syntax

bool ircConnect(string ip, int port)

Required arguments

  • IP: The IP from the IRC.
  • Port: The port from the IRC.

Returns

True if connected, otherwise false.

Example

-- Example

See also

Connection:

Channel:

Bot: