Website hosted by:
Future Point Inc.

Raptor Chat 2001
Raptor Chat 2001 Beta Build 1873, released September 23rd, 2000 - Download Now!
                     Events

What are Events?

When something occurs on Battle.Net or Raptor Chat an event will be triggered in order to allow you to perform suitable actions for it. An sample event is the "#BN_User_Joined" event which is activated every time a user joins the channel. Using that you can have Raptor Chat greet the joining user. All event begin with the "#" character in order to make them more clear as events. All events are activated with two parameters using the <user> and <message> variables to store their values. Below it will describe the values that each event sets for these variables.

Important Notes:

  • You may activate an event at any time through the "/perform event;user;message" command, this will come in useful while testing your scripts.

Raptor Chat 2001 Beta Build 1836 Events:

Event: #BN_RC_Connected
Description: Activates upon connection to a server
<user> Your username
<message> No value
 

 

Event: #BN_Disconnected
Description: Activates upon disconnect from the server
<user> Your username
<message> No value
 

 

Event: #BN_RC_Emote
Description: Activates when you send an emote to the server
<user> Your username
<message> The emote message
 

 

Event: #BN_RC_JoinedChannel
Description: Activates after you join a channel
<user> Your username
<message> Channel name
 

 

Event: #BN_RC_Message
Description: Activates when you send a chat message to the server
<user> Your username
<message> Chat message
 

 

Event: #BN_RC_Whisper
Description: Activates when you send a whisper through the server
<user> Your username
<message> Whisper message
 

 

Event: #BN_User_Emote
Description: Activates when a user emotes other then yourself
<user> User that activated the event
<message> The emote message
 

 

Event: #BN_User_Joined
Description: Activates when a user has joined your current channel
<user> User that activated the event
<message> The current channel
 

 

Event: #BN_User_Message
Description: Activates when a user other then yourself sends a chat message to the server
<user> User that activated the event
<message> The chat message
 

 

Event: #BN_User_Parts
Description: Activates when a user has left the channel
<user> User that activated the event
<message> Current channel
 

 

Event: #BN_User_Whisper
Description: Activates when a user has sent you a whisper
<user> User that activated the event
<message> Whisper message
 

 

Event: #RC_RC_Connecting
Description: Activates before connecting to a server
<user> Server IP address
<message> Server port
 

 

Event: #RC_RC_Disconnecting
Description: Activates before disconnecting from a server
<user> Server IP address
<message> Server port
 

 

Event: #RC_RC_Leaving_Channel
Description: Activates before you leave a channel
<user> Your username
<message> Target channel
 

 

Event: #RC_RC_OnTimer
Description: Activates when a scripts timer interval completes one cycle
<user> Your username
<message> Timer interval
 

 

Event: #RC_User_Online
Description: Activates when a user from your Online Monitor becomes online
<user> User that activated the event
<message> Users account number followed by the users location
 

 

Event: #RC_User_Offline
Description: Activates when a user from your Online Monitor goes offline
<user> User that activated the event
<message> Users account number followed by the users location
 

 

Event: #BN_User_Banned
Description: Activates when a user has been banned from the current channel
<user> User that was banned
<message> The user who banned the other user
 

 

Event: #RC_App_Restored
Description: Activates when Raptor Chat has been restored after being minimized
<user> No value
<message> No value
 

 

Event: #RC_App_Minimized
Description: Activates when Raptor Chat is minimized
<user> No value
<message> No value
 

 

Event: #RC_User_NoneEnglish
Description: Activates when a non-English speaking user is detected
<user> User that activated the event
<message> The users non-English message
 

 

Event: #RC_RC_StateChange
Description: Activates when your current chat state changes (Available, Away, DND, Operator or Disconnected)
<user> Your new chat state
<message> No value
 

 

Event: #BN_User_Kicked
Description: Activates when a user has been kicked from the channel
<user> The user that was kicked
<message> The user who kicked the other user
 

 

Event: #RC_User_MassBotDetected
Description: Activates when a mass bot has been detected
<user> Name of the mass bot detected
<message> No value
 

 

Event: #RC_User_BecomesAFK
Description: Activates when a user has been idle (not said anything) for the amount of time entered under Raptor Chat/Options/General. The default value is 10 minutes.
<user> User that activated the event
<message> No value
 

 

Event: #RC_User_BecomesNotAFK
Description: Activates when a user is no longer AFK
<user> User that activated the event
<message> No value
 

 

Event: #BN_User_Ignored
Description: Activates when you ignore a user
<user> The user that has been ignored
<message> No value

The Raptor Chat Website and all content is Copyright (c) 2000 Buaron Software