_server.disconnectUser()

Availability:

SmartFoxServer PRO 1.4.0

Usage:

_server.disconnectUser(user)

Description:

Disconnects a user from the server.

Properties:

user   the user to disconnect

Returns:

Nothing

Example:

// Kicks a user!
_server.disconnectUser(theUserObj)

See also: