Modules/SebasIRC/ircRaw: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with '{{ml_irc}} __NOTOC__ {{ModuleFunction|SebasIRC}} This function sends a raw message to the IRC server, with which you can perform actions ==Syntax== <syntaxhighlight lang="lua"> bool ircRaw( s…')
 
mNo edit summary
 
Line 20: Line 20:
-- Example here
-- Example here
</syntaxhighlight>
</syntaxhighlight>
[[pl:Modules/SebasIRC/ircRaw]]


==See also==
==See also==
{{Modules/SebasIRC/Functions}}
{{Modules/SebasIRC/Functions}}

Latest revision as of 16:59, 21 July 2016


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: