Modules/SebasIRC/ircDisconnect

From Multi Theft Auto: Wiki
Revision as of 21:45, 25 July 2009 by Paul Cortez (talk | contribs) (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…')
(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.


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: