Modules/SebasIRC/ircNotice: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
ThePiotrek (talk | contribs) mNo edit summary |
||
Line 18: | Line 18: | ||
==Example== | ==Example== | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
-- | -- Example here | ||
</syntaxhighlight> | |||
[[pl:Modules/SebasIRC/ircNotice]] | |||
==See also== | ==See also== | ||
{{Modules/SebasIRC/Functions}} | {{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