Hy ,
i need some help with this HUB Server for a script.
what is the command to send a private message to all users in a serapate chat window.
i mean the users will recive the message on a separate window not on the main chat window.
thanks ,
nomad
Need help with NeoModus Direct Connect Hub version 1.0.25
Moderator: Moderators
-
nomad
- Posts: 1
- Joined: 2003-05-30 17:49
-
BSOD2600
- Forum Moderator
- Posts: 503
- Joined: 2003-01-27 23:47
- Location: USA
'You also have access to a colUsers enhanced collection object, which is a collection of all users connected to the hub that have nicknames.
'SendToAll(sMessage) 'This takes a messages and foreward it to all loggedin clients
'SendChatToAll(sFrom As String, sMessage As String) 'This takes a Name and a message and sends all clients a messages
'It contains objects that are of the class clsDCUser. clsDCUsers have these methods
'PrivateMessage(sFrom As String, sMessage As String) 'This method will allow you to send a private message to the users, from sFrom with the text sMessage.
'SendChatMessage(sFrom As String, sMessage As String) 'This will send a chat message to the user.
'SendToAll(sMessage) 'This takes a messages and foreward it to all loggedin clients
'SendChatToAll(sFrom As String, sMessage As String) 'This takes a Name and a message and sends all clients a messages
'It contains objects that are of the class clsDCUser. clsDCUsers have these methods
'PrivateMessage(sFrom As String, sMessage As String) 'This method will allow you to send a private message to the users, from sFrom with the text sMessage.
'SendChatMessage(sFrom As String, sMessage As String) 'This will send a chat message to the user.
Who is online
Users browsing this forum: Google [Bot] and 0 guests