Modules/SebasIRC/onIRCRaw

From Multi Theft Auto: Wiki
Revision as of 12:31, 13 September 2009 by Paul Cortez (talk | contribs) (Created page with '{{ml_irc}} __NOTOC__ This event triggers when raw data is sent from the IRC server to the module. Thanks to this, scripts can know when something has happened on IRC. (i.e. chat…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


This event triggers when raw data is sent from the IRC server to the module. Thanks to this, scripts can know when something has happened on IRC. (i.e. chatting)

Parameters

string content
  • content: The raw command that has been sent to the module

Source

The source of this event is the root element.

Example

See also

There are no more events, more events are made in lua with onIRCRaw so that you can create your own syntax.