Modules/SebasIRC/ircNotice: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
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.
 
===Returns===
True if joined, otherwise false.
 
==Example==
<syntaxhighlight lang="lua">
--bla bla  
 
..


....


--bla bla
--bla bla
</syntaxhighlight>
==See also==
{{Modules/SebasIRC/Functions}}

Revision as of 15:44, 31 August 2009


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

--bla bla 

..


--bla bla

See also

Connection:

Channel:

Bot: