Modules/SebasIRC/ircDisconnect: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with '{{ml_irc}} __NOTOC__ {{ModuleFunction|SebasIRC}} This function disconnects the server from the IRC server it's connected to. ==Syntax== <syntaxhighlight lang="lua"> bool ircDisconnect() </cod…')
(No difference)

Revision as of 21:45, 25 July 2009


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


This function disconnects the server from the IRC server it's connected to.

Syntax

bool ircDisconnect()

Returns

Returns true if successfully disconnected from the server, false otherwise.

Example

-- Example here

See also

Connection:

Channel:

Bot: