Modules/SebasIRC/ircConnect

From Multi Theft Auto: Wiki
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, string nickName)

Required arguments

  • ip: The IP from the IRC.
  • port: The port from the IRC.
  • nickName: The nickname for bot.

Returns

True if connected, otherwise false.

Example

-- Example

See also

Connection:

Channel:

Bot: