Modules/SebasIRC/ircJoin

From Multi Theft Auto: Wiki
Revision as of 22:19, 29 April 2009 by Sebassje (talk | contribs) (New page: __NOTOC__ {{Server function}} {{ModuleFunction|SebasIRC}} // TODO ==Syntax== <syntaxhighlight lang="lua"> bool ircJoin(string channel) </syntaxhighlight> ===Required arguments=== * '''channel:''' The channel name...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.


// 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: