Modules/SebasIRC/ircNotice: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with '--bla bla .... --bla bla')
 
mNo edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
--bla bla
{{ml_irc}}
__NOTOC__
{{ModuleFunction|SebasIRC}}
Sends a message to a Player


....
==Syntax==
<syntaxhighlight lang="lua">
bool ircNotice(string user , string text)
</syntaxhighlight>


--bla bla
===Required arguments===
* '''user:''' Player name.
* '''text:''' The Text.
 
===Returns===
True if joined, otherwise false.
 
==Example==
<syntaxhighlight lang="lua">
-- Example here
</syntaxhighlight>
 
[[pl:Modules/SebasIRC/ircNotice]]
 
==See also==
{{Modules/SebasIRC/Functions}}

Latest revision as of 16:49, 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.

Sends a message to a Player

Syntax

bool ircNotice(string user , string text)

Required arguments

  • user: Player name.
  • text: The Text.

Returns

True if joined, otherwise false.

Example

-- Example here

See also

Connection:

Channel:

Bot: