Modules/SebasIRC/ircSay

From Multi Theft Auto: Wiki
Revision as of 12:03, 25 July 2009 by Sebassje (talk | contribs) (Created page with '{{ml_irc}} __NOTOC__ {{ModuleFunction|SebasIRC}} Sends a message to the channel or a nickname ==Syntax== <syntaxhighlight lang="lua"> bool ircSay(string to, string message) </syntaxhighlight> ===Requir…')
(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.


Sends a message to the channel or a nickname

Syntax

bool ircSay(string to, string message)

Required arguments

  • to: The channel name, or a nickname.
  • message: The message to sned..

Returns

Returns true, otherwise false when giving wrong arguments.

Example

-- Example here

See also

Connection:

Channel:

Bot: