Modules/SebasIRC/ircNotice: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
ThePiotrek (talk | contribs) 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== | ||
<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"> | |||
-- Example here | |||
</syntaxhighlight> | |||
[[pl:Modules/SebasIRC/ircNotice]] | |||
==See also== | |||
{{Modules/SebasIRC/Functions}} |
Latest revision as of 16:49, 21 July 2016
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:
- ircJoin
- ircPart
- ircSay
- ircNotice
- ircInvite
- ircSetChannelMode
- ircGetChannelModes
- ircSetChannelTopic
- ircGetChannelTopic