Modules/SebasIRC/ircNotice

From Multi Theft Auto: Wiki
Jump to navigation Jump to search


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: