Modules/SebasIRC/ircRaw

From Multi Theft Auto: Wiki
Revision as of 16:59, 21 July 2016 by ThePiotrek (talk | contribs)
(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 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: