Greetings,
I want to be able to link the usergroups I've got setup on my vBulletin to the bots security groups. So whenever someone is promoted to say "Taxiarchos" in the militia governing form it will put them in the secruity group "taxiarchos" which I already added to the bot. I've figured out how to make the correct changes to the bot's database (i.e. Add the user to the security_members table with the correct gid for that particular security group). But I have to manually restart the bot for the changes to take place. I noticed you have a caching system setup, which is great for speed. How does this work? How would I tell the bot to recache the security access when new records get added to the security_members table? The code I've added to put the names into said table is in the vBulletin files.