Skip to content
This repository has been archived by the owner on Jan 7, 2019. It is now read-only.

Events list

ptejada edited this page Aug 8, 2012 · 21 revisions

There are a handful of built-in events in the framework. Some more useful and advance then others. This built-in commands should not be manually sent as it might brake the framework workflow. Below is a list of the events.

client: connect | ready | restored | error* | dead | quit

channel: joined | join | left | message | data


client

  • connect:

    This command is triggered right before the client sends the command to connect to the APE Server along with the user information/object client.user. This event makes use of the smart trigger by holding the connect process when returned false.

Clone this wiki locally