Modules/SebasIRC/ircConnect
Jump to navigation
Jump to search
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:
- ircJoin
- ircPart
- ircSay
- ircNotice
- ircInvite
- ircSetChannelMode
- ircGetChannelModes
- ircSetChannelTopic
- ircGetChannelTopic