i also need the ban function so i've just implemented it for javascript modules ;)
check http://github.com/flipkick/APE_Server which is a fork from the latest ape-server git repository. url for git clone: git://github.com/flipkick/APE_Server.git http://github.com/flipkick/APE_Server/commit/e5b4c25f208319a5e63e73fb37c3007b2f7fbf00 for the patch changes. with this patch you're able to do a channel.ban(banner:userobject, ip:string, reason:string, expire:unsignedint); from your module. this will ban a ip address for the channel. expire-time is in minutes. ban also kicks the user out of the channel. @apeteam: feel free to include it in your repos. indention maybe broken in the patch. -- You received this message because you are subscribed to the Google Groups "APE Project" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/
