Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!
I need to make a plugin called from Plugins menu entry and also open certain file extensions. Is there a way to make one class which will be of both cbToolPlugin and cbMimePlugin types simultaneously?
class MyPlugin : public cbToolPlugin, public cbMimePlugin{};