Modules/SebasIRC/ircJoin: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(New page: __NOTOC__ {{Server function}} {{ModuleFunction|SebasIRC}} // TODO ==Syntax== <syntaxhighlight lang="lua"> bool ircJoin(string channel) </syntaxhighlight> ===Required arguments=== * '''channel:''' The channel name...)
(No difference)

Revision as of 22:19, 29 April 2009

Package-x-generic.png This function is provided by the external module SebasIRC. You must install this module to use this function.


// TODO

Syntax

bool ircJoin(string channel)

Required arguments

  • channel: The channel name.

Returns

True if joined, otherwise false.

Example

-- Example

See also

Connection:

Channel:

Bot: