Modules/SebasIRC/ircNotice: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{ml_irc}}
__NOTOC__
{{ModuleFunction|SebasIRC}}
Sends a message to a Player


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


....
===Required arguments===
* '''user:''' Player name.
* '''text:''' The Text.


--bla bla
===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: