Modules/SebasIRC/ircRaw

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 sends a raw message to the IRC server, with which you can perform actions

Syntax

bool ircRaw( string message )

Required Arguments

  • message : String containing a command to make the IRC server perform an action for you.

Returns

Returns true if the message was send successfully, false otherwise.

Example

-- Example here

See also

Connection:

Channel:

Bot: