onAdminMessage()

Availability:

SmartFoxServer Basic / Pro

Usage:

smartFox.onAdminMessage(message <String>)

Description:

Handles an administrator message. Admin messages are special messages that can be sent by an administrator to a user or group
of users.

IMPORTANT: All client applications should handle this event, or users won't be be able to receive important admin notifications!

Parameters:

message   a string with the text of the message

Returns:

nothing

Example:

on onAdminMessage me, message
 put "administrator said: " & message
end

See also: