From Ape Wiki
Contents |
[edit] Identity
- Real name: Alexandre van 't Westende
- Fake name: alex725629
[edit] Faq
[edit] Get users when joining a channel
client.addEvent('multiPipeCreate', function(pipe, options) { console.log(options.users) });
[edit] Enable sessions
To enable sessions just add in your config file
APE.Config.scripts.push(APE.Config.baseUrl + 'Core/Session.js');
[edit] Testing whether some variable is null
if (!$defined(variable)) doSomething();
[edit] Articles, bits or chunks I wrote
[edit] Important documentation for new users
Views
Navigation
In other languages
Search
Toolbox
- What links here
- Related changes
- User contributions
- Logs
- Upload file
- Special pages
- Printable version
- Permanent link


