API function wishlist

Questions, comments, and news on the server side plug-ins and it's API
User avatar
JeffM
Staff Sergeant
Staff Sergeant
Posts: 5196
Joined: Fri Dec 13, 2002 4:11 am

Post by JeffM »

I made the custom slash handlers be called before the base command in 2.1.x.

It will also call all of them. if any of them handle the command, then it will not call the base command, so that should get you what you need.
ImageJeffM
User avatar
macsforme
General
General
Posts: 2069
Joined: Wed Mar 01, 2006 5:43 am

Post by macsforme »

It would be nice to have some way for plugins to detect whether a poll is running or not, such as:

Code: Select all

BZF_API bool bz_isPollRunning()
Post Reply