Modules/SebasIRC/ircNotice
From Multi Theft Auto: Wiki
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